Class Role


@Entity(name="role") @Config(defaultVariableName="role") public class Role extends DescriptiveEntity
This Model class represents the persistence informations of the `role` entity.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Constructor Details

    • Role

      public Role(RoleVO input, Long collectionId, Long userId)
      Instantiates a new role.
      Parameters:
      input - The role object.
      collectionId - a Long object.
      userId - a Long object.
    • Role

      public Role(RoleVO input, Set<Privilege> privileges, Long collectionId, Long userId)
    • Role

      public Role()
      The class constructor.