org.openxma.dsl.reference.types.valueobject
Class VODate

java.lang.Object
  extended by org.openxma.dsl.platform.valueobject.ValueObject<T>
      extended by org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.util.Date>
          extended by org.openxma.dsl.platform.valueobject.ValueObjectDate
              extended by 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
 

Constructor Detail

VODate

public VODate(java.util.Date pDate)
default ctor

Method Detail

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.