Class FileFormatType

  • All Implemented Interfaces:
    ICodeHolder, java.io.Serializable

    @JsonObject("as.dto.dataset.FileFormatType")
    @Deprecated
    public class FileFormatType
    extends java.lang.Object
    implements java.io.Serializable, ICodeHolder
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Detail

      • FileFormatType

        public FileFormatType()
        Deprecated.
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Deprecated.
        Specified by:
        getCode in interface ICodeHolder
      • setCode

        public void setCode​(java.lang.String code)
        Deprecated.
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
      • setDescription

        public void setDescription​(java.lang.String description)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object