@Entity @Indexed public final class MyCheckSumType extends MyUntypedData
CheckSumType for persistence with
HIBERNATEALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
MyCheckSumType()
Default constructor for
MyCheckSumType is necessary for
PojoInstantiator of HIBERNATE. |
MyCheckSumType(UntypedData edal)
Copy constructor to convert public
CheckSumType to private
MyCheckSumType. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
java.lang.String |
getCheckSum() |
void |
setAlgorithm(java.lang.String algorithm) |
void |
setCheckSum(java.lang.String checkSum) |
CheckSumType |
toCheckSumType()
Convert this
MyCheckSumType to a public CheckSumType. |
java.lang.String |
toString() |
getId, getString, setId, setStringcompareTo, equals, hashCode, toHTMLpublic MyCheckSumType()
MyCheckSumType is necessary for
PojoInstantiator of HIBERNATE.public MyCheckSumType(UntypedData edal)
CheckSumType to private
MyCheckSumType.edal - the EDAL public UntypedData object to be clonedpublic java.lang.String getAlgorithm()
public java.lang.String getCheckSum()
public void setAlgorithm(java.lang.String algorithm)
algorithm - the algorithm to setpublic void setCheckSum(java.lang.String checkSum)
checkSum - the checkSum to setpublic CheckSumType toCheckSumType()
MyCheckSumType to a public CheckSumType.CheckSumType object.public java.lang.String toString()
UntypedDatatoString in class UntypedData