Class ResourceFileTypeModel


  • public class ResourceFileTypeModel
    extends java.lang.Object
    Resource File Type Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Getter for name The name of the file type
      java.lang.Integer getResourceFileTypeId()
      Getter for resourceFileTypeId The resource file type id
      void setName​(java.lang.String value)
      Setter for name The name of the file type
      void setResourceFileTypeId​(java.lang.Integer value)
      Setter for resourceFileTypeId The resource file type id
      java.lang.String toString()
      Returns a JSON string representation of ResourceFileTypeModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceFileTypeModel

        public ResourceFileTypeModel()
    • Method Detail

      • getResourceFileTypeId

        public java.lang.Integer getResourceFileTypeId()
        Getter for resourceFileTypeId The resource file type id
      • setResourceFileTypeId

        public void setResourceFileTypeId​(java.lang.Integer value)
        Setter for resourceFileTypeId The resource file type id
      • getName

        public java.lang.String getName()
        Getter for name The name of the file type
      • setName

        public void setName​(java.lang.String value)
        Setter for name The name of the file type
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ResourceFileTypeModel
        Overrides:
        toString in class java.lang.Object