Class MyDataSize

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

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

      • MyDataSize

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

      • setSize

        public void setSize​(java.lang.Long size)
        Setter for the field size.
        Parameters:
        size - the size to set
      • getSize

        public java.lang.Long getSize()
        Getter for the field size.
        Returns:
        size