Class DbFormatIdentificationModel


  • public class DbFormatIdentificationModel
    extends java.lang.Object
    DbFormatIdentificationModel
    • Constructor Detail

      • DbFormatIdentificationModel

        public DbFormatIdentificationModel​(java.lang.String formatLitteral,
                                           java.lang.String mimeType,
                                           java.lang.String formatId)
      • DbFormatIdentificationModel

        public DbFormatIdentificationModel()
    • Method Detail

      • getFormatLitteral

        public java.lang.String getFormatLitteral()
      • setFormatLitteral

        public void setFormatLitteral​(java.lang.String formatLitteral)
      • getMimeType

        public java.lang.String getMimeType()
      • setMimeType

        public void setMimeType​(java.lang.String mimeType)
      • getFormatId

        public java.lang.String getFormatId()
      • setFormatId

        public void setFormatId​(java.lang.String formatId)
      • getEncoding

        public java.lang.String getEncoding()
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • difference

        public Difference difference​(java.lang.Object o)