@Entity @Indexed public final class MyDataType extends MyUntypedData
DataType for persistence with
HIBERNATE.ALL_RIGHTS_RESERVED, EMPTY, string| Modifier | Constructor and Description |
|---|---|
protected |
MyDataType()
Default constructor for
MyDataType is necessary for
PojoInstantiator of HIBERNATE. |
|
MyDataType(UntypedData edal)
Copy constructor to convert public
DataType to private
MyDataType. |
| Modifier and Type | Method and Description |
|---|---|
EnumDCMIDataType |
getDataType()
Getter for the field
_data_type. |
void |
setDataType(EnumDCMIDataType dataType)
Setter for the field
dataType. |
getId, getString, setId, setStringprotected MyDataType()
MyDataType is necessary for
PojoInstantiator of HIBERNATE.public MyDataType(UntypedData edal)
DataType to private
MyDataType.edal - the EDAL public UntypedData object to be clonedpublic EnumDCMIDataType getDataType()
_data_type.EnumDCMIDataType object.public void setDataType(EnumDCMIDataType dataType)
dataType.dataType - a EnumDCMIDataType object.