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