org.openxma.dsl.reference.types.valueobject
Class VOTimestamp
java.lang.Object
org.openxma.dsl.platform.valueobject.ValueObject<T>
org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.util.Date>
org.openxma.dsl.platform.valueobject.ValueObjectTimestamp
org.openxma.dsl.reference.types.valueobject.VOTimestamp
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.util.Date>>
public class VOTimestamp
- extends org.openxma.dsl.platform.valueobject.ValueObjectTimestamp
Represents a custom DataType for VOTimestamp.
- See Also:
- Serialized Form
|
Constructor Summary |
VOTimestamp(java.sql.Timestamp pTimestamp)
default ctor |
|
Method Summary |
static VOTimestamp |
newOrNull(java.sql.Timestamp pTimestamp)
Create a new instance of VOTimestamp or return null depending on input. |
| Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectTimestamp |
getValue |
| Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectComparable |
compareTo |
| Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObject |
equals, hashCode, toString, valueOrNull |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VOTimestamp
public VOTimestamp(java.sql.Timestamp pTimestamp)
- default ctor
newOrNull
public static VOTimestamp newOrNull(java.sql.Timestamp pTimestamp)
- Create a new instance of VOTimestamp or return null depending on input.
Copyright © 2010. All Rights Reserved.