Class UserGroup

All Implemented Interfaces:
Serializable, IBaseEntity, ICoreEntity, IEntity, ISortableEntity

@Entity public class UserGroup extends Principal
Entity representing an userGroup. UserGroup must have a groupName, mapped to property internalDescription of EntityBase.
See Also:
  • Constructor Details

    • UserGroup

      public UserGroup()
      default constructor
  • Method Details

    • getUserList

      public List<User> getUserList()
    • setUserList

      public void setUserList(List<User> userList)
    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)