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

java.lang.Object
  extended by org.openxma.dsl.platform.valueobject.ValueObject<T>
      extended by org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.math.BigDecimal>
          extended by org.openxma.dsl.platform.valueobject.ValueObjectBigDecimal
              extended by org.openxma.dsl.reference.types.valueobject.VOBigDecimal
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<org.openxma.dsl.platform.valueobject.ValueObjectComparable<java.math.BigDecimal>>

public class VOBigDecimal
extends org.openxma.dsl.platform.valueobject.ValueObjectBigDecimal

Represents a custom DataType for VOBigDecimal.

See Also:
Serialized Form

Constructor Summary
VOBigDecimal(java.math.BigDecimal pBigDecimal)
          default ctor
 
Method Summary
static VOBigDecimal newOrNull(java.math.BigDecimal pBigDecimal)
          Create a new instance of VOBigDecimal or return null depending on input.
static VOBigDecimal newOrNull(java.lang.String value)
          Create a new instance of VOBigDecimal or return null depending on input.
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObjectComparable
compareTo
 
Methods inherited from class org.openxma.dsl.platform.valueobject.ValueObject
equals, getValue, hashCode, toString, valueOrNull
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VOBigDecimal

public VOBigDecimal(java.math.BigDecimal pBigDecimal)
default ctor

Method Detail

newOrNull

public static VOBigDecimal newOrNull(java.math.BigDecimal pBigDecimal)
Create a new instance of VOBigDecimal or return null depending on input.


newOrNull

public static VOBigDecimal newOrNull(java.lang.String value)
Create a new instance of VOBigDecimal or return null depending on input.



Copyright © 2010. All Rights Reserved.