Package com.cbe

Class Role


  • public class Role
    extends java.lang.Object
    Class Role, originates from a struct on c++ which is made for structuring Role data on the Member class.
    • Constructor Summary

      Constructors 
      Constructor Description
      Role()
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRole()
      get the Role ex: could be administrator, owner etc.
      void setRole​(java.lang.String value)
      Set Role name.
      • Methods inherited from class java.lang.Object

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

      • Role

        public Role()
        Constructor.
    • Method Detail

      • setRole

        public void setRole​(java.lang.String value)
        Set Role name.
      • getRole

        public java.lang.String getRole()
        get the Role ex: could be administrator, owner etc.