Package org.cyclos.model.users.groups
Class UserGroupVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IEntity,IInternalNamedEntity,INamedEntity
public class UserGroupVO extends GroupVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<GroupSetVO,UserGroupVO>GROUP_SETstatic BasicProperty<Boolean,UserGroupVO>INHERITS_CONFIGURATION-
Fields inherited from class org.cyclos.model.users.groups.BasicGroupVO
NATURE
-
Fields inherited from class org.cyclos.model.ConfigurationEntityVO
GLOBAL, INTERNAL_NAME
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description UserGroupVO()UserGroupVO(Long id)UserGroupVO(Property<T,? super UserGroupVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()GroupSetVOgetGroupSet()booleanisInheritsConfiguration()voidsetGroupSet(GroupSetVO groupSet)voidsetInheritsConfiguration(boolean inheritsConfiguration)-
Methods inherited from class org.cyclos.model.users.groups.GroupVO
isEnabled, setEnabled
-
Methods inherited from class org.cyclos.model.users.groups.BasicGroupVO
getNature, setNature
-
Methods inherited from class org.cyclos.model.ConfigurationEntityVO
getInternalName, isGlobal, setGlobal, setInternalName
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName, toString
-
Methods inherited from class org.cyclos.model.EntityVO
equals, getId, getIds, getUniqueIds
-
Methods inherited from class org.cyclos.model.EntityModel
getId, hashCode, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, set, setAttribute, setWithPropagationId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.IInternalNamedEntity
matches
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
GROUP_SET
public static final BasicProperty<GroupSetVO,UserGroupVO> GROUP_SET
-
INHERITS_CONFIGURATION
public static final BasicProperty<Boolean,UserGroupVO> INHERITS_CONFIGURATION
-
-
Constructor Detail
-
UserGroupVO
public UserGroupVO()
-
UserGroupVO
public UserGroupVO(Long id)
-
UserGroupVO
public UserGroupVO(Property<T,? super UserGroupVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classGroupVO
-
getGroupSet
public GroupSetVO getGroupSet()
-
setGroupSet
public void setGroupSet(GroupSetVO groupSet)
-
isInheritsConfiguration
public boolean isInheritsConfiguration()
-
setInheritsConfiguration
public void setInheritsConfiguration(boolean inheritsConfiguration)
-
-