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