org.openxma.dsl.reference.types.valueobject
Class VODate
java.lang.Object
org.openxma.dsl.platform.valueobject.ValueObject<T>
org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.util.Date>
org.openxma.dsl.platform.valueobject.ValueObjectDate
org.openxma.dsl.reference.types.valueobject.VODate
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.util.Date>>
public class VODate
- extends org.openxma.dsl.platform.valueobject.ValueObjectDate
Represents a custom DataType for VODate.
- See Also:
- Serialized Form
|
Constructor Summary |
VODate(java.util.Date pDate)
default ctor |
|
Method Summary |
static VODate |
newOrNull(java.util.Date pDate)
Create a new instance of VODate or return null depending on input. |
| Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectDate |
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 |
VODate
public VODate(java.util.Date pDate)
- default ctor
newOrNull
public static VODate newOrNull(java.util.Date pDate)
- Create a new instance of VODate or return null depending on input.
Copyright © 2010. All Rights Reserved.