public class DateValue extends IntegerValue
integerValue, length| Modifier and Type | Method and Description |
|---|---|
void |
copy(AttributeValue value) |
void |
getBytes(ByteBuffer buffer) |
void |
getBytes(OutputStream out) |
Serializable |
getValueObject() |
void |
setDate(Date newDate) |
void |
setLong(Long l) |
void |
setValue(byte[] b) |
void |
setValue(byte[] b,
int off,
int len) |
void |
setValue(int i) |
void |
setValue(long l) |
void |
setValue(String v) |
void |
setValueObject(Serializable o) |
String |
toString() |
String |
toXMLString() |
getLength, getValue, isValid, setLengthgetBytes, getBytes, toDebugStringpublic DateValue()
public DateValue(Date d)
public void copy(AttributeValue value)
copy in class IntegerValuepublic void getBytes(OutputStream out) throws IOException
getBytes in class IntegerValueIOExceptionpublic void setValue(byte[] b,
int off,
int len)
setValue in class IntegerValuepublic void setValue(byte[] b)
setValue in class IntegerValuepublic void setValue(int i)
public void setValue(long l)
setValue in class IntegerValuepublic void setValue(String v)
setValue in class IntegerValuepublic void setLong(Long l)
setLong in class IntegerValuepublic void getBytes(ByteBuffer buffer)
getBytes in class IntegerValuepublic String toString()
toString in class IntegerValuepublic String toXMLString()
toXMLString in class IntegerValuepublic void setDate(Date newDate)
public Serializable getValueObject()
getValueObject in class IntegerValuepublic void setValueObject(Serializable o)
setValueObject in class IntegerValueCopyright © 2017. All rights reserved.