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

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.ValueObjectTimestamp
              extended by 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
 

Constructor Detail

VOTimestamp

public VOTimestamp(java.sql.Timestamp pTimestamp)
default ctor

Method Detail

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.