Package com.skava.auth.model.entities
Class AuthGroup
java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.AuthGroup
This Model class represents the persistence informations of the `authgroup` entity.
- Version:
- $Id: $Id
- Author:
- Infosys Equinox
-
Field Summary
Fields inherited from class com.skava.auth.model.entities.BaseEntity
createdBy, createdTimestamp, id, updatedBy, updatedTimestamp
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.AuthGroup
(AuthGroupVO group) Instantiates a new authorization group.Class constructor with primary key of the Authorization group. -
Method Summary
-
Constructor Details
-
AuthGroup
Instantiates a new authorization group.- Parameters:
group
- aAuthGroupVO
object. Data transfer object corresponding to the Authorization group's persistence entity transformation.
-
AuthGroup
public AuthGroup()Default Constructor. -
AuthGroup
Class constructor with primary key of the Authorization group.- Parameters:
id
- aLong
object. a Unique identifier of the Authorization group.
-