Class MyDataType
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyUntypedData
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyDataType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UntypedData>
@Entity @Indexed public final class MyDataType extends MyUntypedData
Internal representation ofDataTypefor persistence with HIBERNATE.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData
ALL_RIGHTS_RESERVED, EMPTY, string
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMyDataType()Default constructor forMyDataTypeis necessary for PojoInstantiator of HIBERNATE.MyDataType(UntypedData edal)Copy constructor to convert publicDataTypeto privateMyDataType.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnumDCMIDataTypegetDataType()Getter for the field_data_type.voidsetDataType(EnumDCMIDataType dataType)Setter for the fielddataType.-
Methods inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyUntypedData
getId, getString, setId, setString
-
-
-
-
Constructor Detail
-
MyDataType
protected MyDataType()
Default constructor forMyDataTypeis necessary for PojoInstantiator of HIBERNATE.
-
MyDataType
public MyDataType(UntypedData edal)
Copy constructor to convert publicDataTypeto privateMyDataType.- Parameters:
edal- the EDAL publicUntypedDataobject to be cloned
-
-
Method Detail
-
getDataType
public EnumDCMIDataType getDataType()
Getter for the field_data_type.- Returns:
- a
EnumDCMIDataTypeobject.
-
setDataType
public void setDataType(EnumDCMIDataType dataType)
Setter for the fielddataType.- Parameters:
dataType- aEnumDCMIDataTypeobject.
-
-