Package com.skava.auth.model.entities
Class GroupAttribute
java.lang.Object
com.skava.auth.model.entities.BaseEntity
com.skava.auth.model.entities.GroupAttribute
This Model class represents the persistence informations of the `groupattribute` 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
ConstructorsConstructorDescriptionInstantiates a new group attributes.GroupAttribute
(GroupAttributeVO input) Instantiates a new group attributes. -
Method Summary
-
Constructor Details
-
GroupAttribute
public GroupAttribute()Instantiates a new group attributes. -
GroupAttribute
Instantiates a new group attributes.- Parameters:
input
- aGroupAttributeVO
object. a group attribute data from request to instantiate persistence entity.
-