public class ActActDCParams extends Serializer
NULL_SER_STRING, VERSION
Constructor and Description |
---|
ActActDCParams(byte[] ab)
De-serialization of ActActDCParams from byte stream
|
ActActDCParams(int iFreq,
double dblStart,
double dblEnd)
Constructs an ActActDCParams instance from the corresponding parameters
|
Modifier and Type | Method and Description |
---|---|
Serializer |
deserialize(byte[] ab)
De-serialize from a byte array.
|
double |
end()
Retrieve the End Date
|
int |
freq()
Retrieve the Frequency
|
static void |
main(java.lang.String[] astrArgs) |
byte[] |
serialize()
Serialize into a byte array.
|
double |
start()
Retrieve the Start Date
|
getCollectionKeyValueDelimiter, getCollectionMultiLevelKeyDelimiter, getCollectionRecordDelimiter, getFieldDelimiter, getObjectTrailer
public ActActDCParams(byte[] ab) throws java.lang.Exception
ab
- Byte streamjava.lang.Exception
- Thrown if cannot properly de-serializepublic ActActDCParams(int iFreq, double dblStart, double dblEnd) throws java.lang.Exception
iFreq
- FrequencydblStart
- Period start datedblEnd
- Period end datejava.lang.Exception
- Thrown if inputs are invalidpublic int freq()
public double start()
public double end()
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