Class Role

    • Constructor Summary

      Constructors 
      Constructor Description
      Role()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getRole()  
      void setName​(java.lang.String name)  
      void setRole​(java.lang.String role)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • Role

        public Role()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getRole

        public java.lang.String getRole()
      • setRole

        public void setRole​(java.lang.String role)