Class ExportedGroup

java.lang.Object
org.bonitasoft.engine.identity.xml.ExportedGroup

public class ExportedGroup extends Object
Author:
Baptiste Mesta
  • Constructor Details

    • ExportedGroup

      public ExportedGroup()
    • ExportedGroup

      public ExportedGroup(String name, String parentPath, String displayName, String description, String iconName, String iconPath)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getParentPath

      public String getParentPath()
    • setParentPath

      public void setParentPath(String parentPath)
    • 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