Class AdminRole

java.lang.Object
io.jans.as.model.config.adminui.AdminRole

public class AdminRole extends Object
  • Constructor Details

    • AdminRole

      public AdminRole()
  • Method Details

    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDeletable

      public Boolean getDeletable()
    • setDeletable

      public void setDeletable(Boolean deletable)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object