Package org.cyclos.entities.users
Class GroupSet
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForProxying,DefinesNetwork,ProductOwner,IEntity,IInternalNamedEntity,INamedEntity
@Entity public class GroupSet extends BasicGroup
A group set joins related groups in a "community"
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Field Summary
-
Fields inherited from class org.cyclos.entities.users.BasicGroup
adminType, enabled, products
-
-
Constructor Summary
Constructors Constructor Description GroupSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<UserGroup>getGroups()BasicGroupNaturegetNature()-
Methods inherited from class org.cyclos.entities.users.BasicGroup
compareTo, getConfiguration, getDataTranslationType, getFullName, getNetwork, getNextLevelProductOwner, getPhysicalProducts, getProductIds, getProducts, setConfiguration, setNetwork, setProducts, updateProductIds
-
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
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.HasNetwork
isGlobal
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
Methods inherited from interface org.cyclos.entities.users.ProductOwner
addProduct, getAllProductIds, removeProduct
-
-
-
-
Method Detail
-
getNature
public BasicGroupNature getNature()
- Specified by:
getNaturein classBasicGroup
-
-