Class UniqueIdDomainType
- java.lang.Object
-
- org.openbravo.base.model.domaintype.BaseDomainType
-
- org.openbravo.base.model.domaintype.BasePrimitiveDomainType
-
- org.openbravo.base.model.domaintype.StringDomainType
-
- org.openbravo.base.model.domaintype.UniqueIdDomainType
-
- All Implemented Interfaces:
DomainType
,PrimitiveDomainType
public class UniqueIdDomainType extends StringDomainType
The type for a ID column.- Author:
- eintelau (ben.sommerville@eintel.com.au)
-
-
Field Summary
-
Fields inherited from interface org.openbravo.base.model.domaintype.PrimitiveDomainType
EMPTY_STRING
-
-
Constructor Summary
Constructors Constructor Description UniqueIdDomainType()
-
Method Summary
-
Methods inherited from class org.openbravo.base.model.domaintype.StringDomainType
createFromString, getPrimitiveType, getXMLSchemaType
-
Methods inherited from class org.openbravo.base.model.domaintype.BasePrimitiveDomainType
checkIsValidValue, convertToString, getFormatId, getHibernateType
-
Methods inherited from class org.openbravo.base.model.domaintype.BaseDomainType
checkObjectIsValid, getClasses, getModelProvider, getReference, initialize, setModelProvider, setReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openbravo.base.model.domaintype.DomainType
checkObjectIsValid, getModelProvider, getReference, initialize, setModelProvider, setReference
-
-