Class MyCheckSumType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UntypedData>

    @Entity
    @Indexed
    public final class MyCheckSumType
    extends MyUntypedData
    Internal representation of CheckSumType for persistence with HIBERNATE
    See Also:
    Serialized Form
    • Constructor Detail

      • MyCheckSumType

        public MyCheckSumType()
        Default constructor for MyCheckSumType is necessary for PojoInstantiator of HIBERNATE.
    • Method Detail

      • getAlgorithm

        public java.lang.String getAlgorithm()
        Returns:
        the algorithm
      • getCheckSum

        public java.lang.String getCheckSum()
        Returns:
        the checkSum
      • setAlgorithm

        public void setAlgorithm​(java.lang.String algorithm)
        Parameters:
        algorithm - the algorithm to set
      • setCheckSum

        public void setCheckSum​(java.lang.String checkSum)
        Parameters:
        checkSum - the checkSum to set