Package org.cyclos.entities.users
Class Group
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,ProcessableForDataTranslation,DefinesNetwork,ProductOwner,IEntity,IInternalNamedEntity,INamedEntity
- Direct Known Subclasses:
AdminGroup,UserGroup
@Entity public abstract class Group extends BasicGroup
a user group hosts, and may be related to aGroupSet
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.users.BasicGroup
adminType, enabled
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UserStatusgetInitialUserStatus()abstract RolegetRole()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetInitialUserStatus(UserStatus initialUserStatus)-
Methods inherited from class org.cyclos.entities.users.BasicGroup
addProduct, compareTo, getConfiguration, getDataTranslationType, getNature, 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, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.users.ProductOwner
getAllProducts
-
-
-
-
Method Detail
-
getInitialUserStatus
public UserStatus getInitialUserStatus()
-
getRole
public abstract Role getRole()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setInitialUserStatus
public void setInitialUserStatus(UserStatus initialUserStatus)
-
-