public class IdentifierSet extends Serializer implements Validatable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_strCUSIP
CUSIP
|
java.lang.String |
_strID
component ID
|
java.lang.String |
_strISIN
ISIN
|
java.lang.String |
_strTicker
Ticker
|
NULL_SER_STRING, VERSION
Constructor and Description |
---|
IdentifierSet(byte[] ab)
IdentifierSet de-serialization from input byte array
|
IdentifierSet(java.lang.String strISIN,
java.lang.String strCUSIP,
java.lang.String strID,
java.lang.String strTicker)
Construct the IdentifierSet from ISIN, CUSIP, ID, and ticker.
|
Modifier and Type | Method and Description |
---|---|
Serializer |
deserialize(byte[] ab)
De-serialize from a byte array.
|
static void |
main(java.lang.String[] astrArgs) |
byte[] |
serialize()
Serialize into a byte array.
|
boolean |
validate()
Validate the current object state
|
getCollectionKeyValueDelimiter, getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter, getFieldDelimiter, getObjectTrailer
public java.lang.String _strISIN
public java.lang.String _strCUSIP
public java.lang.String _strID
public java.lang.String _strTicker
public IdentifierSet(java.lang.String strISIN, java.lang.String strCUSIP, java.lang.String strID, java.lang.String strTicker)
strISIN
- ISINstrCUSIP
- CUSIPstrID
- component IDstrTicker
- Tickerpublic IdentifierSet(byte[] ab) throws java.lang.Exception
ab
- Byte Arrayjava.lang.Exception
- Thrown if IdentifierSet cannot be properly de-serializedpublic boolean validate()
Validatable
validate
in interface Validatable
public byte[] serialize()
Serializer
serialize
in class Serializer
public Serializer deserialize(byte[] ab)
Serializer
deserialize
in class Serializer
public static final void main(java.lang.String[] astrArgs) throws java.lang.Exception
java.lang.Exception