Package org.cyclos.entities.users
Class MemberGroup
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForDataTranslation,DefinesNetwork,ProductOwner,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class MemberGroup extends UserGroup
A group for regular members
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.users.BasicGroup
adminType, enabled
-
-
Constructor Summary
Constructors Constructor Description MemberGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicGroupNaturegetNature()RolegetRole()-
Methods inherited from class org.cyclos.entities.users.UserGroup
getAllProducts, getGroupSet, getInitialGroupDescription, getInitialGroupDisplayName, getMoveUsersAfterPeriod, getMoveUsersToGroup, isInheritsConfiguration, isMoveUsersAutomatically, setGroupSet, setInheritsConfiguration, setInitialGroupDescription, setInitialGroupDisplayName, setMoveUsersAfterPeriod, setMoveUsersAutomatically, setMoveUsersToGroup
-
Methods inherited from class org.cyclos.entities.users.Group
getInitialUserStatus, isEnabled, setEnabled, setInitialUserStatus
-
Methods inherited from class org.cyclos.entities.users.BasicGroup
addProduct, compareTo, getConfiguration, getDataTranslationType, getNetwork, getProducts, removeProduct, setConfiguration, setNetwork, setProducts
-
Methods inherited from class org.cyclos.entities.ConfigurationEntity
getDescription, getInternalName, setDescription, setInternalName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.NamedEntity
getName, getNames, setName
-
Methods inherited from class org.cyclos.entities.BaseEntity
getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Method Detail
-
getNature
public BasicGroupNature getNature()
- Specified by:
getNaturein classBasicGroup
-
-