Class Privilege

java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.Privilege

@Entity(name="privilege") public class Privilege extends BaseEntity
This Model class represents the persistence informations of the `privilege` entity.
Version:
$Id: $Id
Author:
Infosys Equinox
  • Field Details

  • Constructor Details

    • Privilege

      public Privilege(PrivilegeVO input, Long userId)
      Instantiates a new privilege by assigning the given values.
      Parameters:
      input - The privilege object.
      userId - a Long object. identifier of the user who creates this privilege
    • Privilege

      public Privilege()
      The class constructor.
    • Privilege

      public Privilege(Long id)
      Instantiates a new privilege with id parameter.
      Parameters:
      id - The id.