Class SecurityRoleModel


  • public class SecurityRoleModel
    extends java.lang.Object
    Represents a single security role.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Getter for description A description of this security role
      java.lang.Integer getId()
      Getter for id The unique ID number of this security role.
      void setDescription​(java.lang.String value)
      Setter for description A description of this security role
      void setId​(java.lang.Integer value)
      Setter for id The unique ID number of this security role.
      java.lang.String toString()
      Returns a JSON string representation of SecurityRoleModel
      • Methods inherited from class java.lang.Object

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

      • SecurityRoleModel

        public SecurityRoleModel()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Getter for id The unique ID number of this security role.
      • setId

        public void setId​(java.lang.Integer value)
        Setter for id The unique ID number of this security role.
      • getDescription

        public java.lang.String getDescription()
        Getter for description A description of this security role
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description A description of this security role
      • toString

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