Class MyDataFormat

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

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

      • MyDataFormat

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

      • getMimeType

        @Field(index=YES,
               store=YES)
        public java.lang.String getMimeType()
        Getter for the field mimeType.
        Returns:
        the mimeType
      • setMimeType

        public void setMimeType​(java.lang.String mimeType)
        Setter for the field mimeType.
        Parameters:
        mimeType - the mimeType to set