net.sourceforge.fixagora.basis.shared.model.communication
Class DataDictionary

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.DataDictionary
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DataDictionary>

public class DataDictionary
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<DataDictionary>

The Class DataDictionary.

See Also:
Serialized Form

Constructor Summary
DataDictionary(java.lang.String name, java.lang.StringBuffer dictionary, byte[] compressed)
          Instantiates a new data dictionary.
 
Method Summary
 int compareTo(DataDictionary o)
           
 byte[] getCompressed()
          Gets the compressed.
 java.lang.StringBuffer getDictionary()
          Gets the dictionary.
 java.lang.String getName()
          Gets the name.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataDictionary

public DataDictionary(java.lang.String name,
                      java.lang.StringBuffer dictionary,
                      byte[] compressed)
Instantiates a new data dictionary.

Parameters:
name - the name
dictionary - the dictionary
compressed - the compressed
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getDictionary

public java.lang.StringBuffer getDictionary()
Gets the dictionary.

Returns:
the dictionary

getCompressed

public byte[] getCompressed()
Gets the compressed.

Returns:
the compressed

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(DataDictionary o)
Specified by:
compareTo in interface java.lang.Comparable<DataDictionary>