Class GroupAttribute

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

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

    • GroupAttribute

      public GroupAttribute()
      Instantiates a new group attributes.
    • GroupAttribute

      public GroupAttribute(GroupAttributeVO input)
      Instantiates a new group attributes.
      Parameters:
      input - a GroupAttributeVO object. a group attribute data from request to instantiate persistence entity.