gov.nasa.pds.tools.containers
Class SimpleDictionaryChange

java.lang.Object
  extended by gov.nasa.pds.tools.containers.SimpleDictionaryChange
All Implemented Interfaces:
Serializable

public class SimpleDictionaryChange
extends Object
implements Serializable

Version:
$Revision: 7288 $
Author:
pramirez, jagander
See Also:
Serialized Form

Constructor Summary
SimpleDictionaryChange(Definition definition, String messageKey, Object... arguments)
           
 
Method Summary
 Object[] getArguments()
           
 Definition getDefinition()
           
 Dictionary getDictionary()
           
 DictIdentifier getId()
           
 Integer getLineNumber()
           
 String getMessageKey()
           
 String getSourceString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleDictionaryChange

public SimpleDictionaryChange(Definition definition,
                              String messageKey,
                              Object... arguments)
Method Detail

getLineNumber

public Integer getLineNumber()

getId

public DictIdentifier getId()

getMessageKey

public String getMessageKey()

getArguments

public Object[] getArguments()

getDictionary

public Dictionary getDictionary()

getSourceString

public String getSourceString()

getDefinition

public Definition getDefinition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Planetary Data System. All Rights Reserved.