Class AuthGroup

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

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

    • AuthGroup

      public AuthGroup(AuthGroupVO group)
      Instantiates a new authorization group.
      Parameters:
      group - a AuthGroupVO object. Data transfer object corresponding to the Authorization group's persistence entity transformation.
    • AuthGroup

      public AuthGroup()
      Default Constructor.
    • AuthGroup

      public AuthGroup(Long id)
      Class constructor with primary key of the Authorization group.
      Parameters:
      id - a Long object. a Unique identifier of the Authorization group.