Class ExportedRole

java.lang.Object
org.bonitasoft.engine.identity.xml.ExportedRole
All Implemented Interfaces:
Serializable

public class ExportedRole extends Object implements Serializable
See Also:
  • Constructor Details

    • ExportedRole

      public ExportedRole()
    • ExportedRole

      public ExportedRole(String name, String displayName, String description, String iconName, String iconPath)
    • ExportedRole

      public ExportedRole(String name)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getIconName

      public String getIconName()
    • setIconName

      public void setIconName(String iconName)
    • getIconPath

      public String getIconPath()
    • setIconPath

      public void setIconPath(String iconPath)
    • 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