java.lang.Object
com.aquima.interactions.project.impl.Role
All Implemented Interfaces:
IRole, Serializable

public class Role extends Object implements IRole
This class represents a single role.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • Role

      protected Role(IRoleDS datasource)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IRole
      This method returns the unique name of the role. A role may either be identified by ID of by name.
      Specified by:
      getName in interface IRole
      Returns:
      the unique name of the role.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object