@Entity(name="sec$Group") public class Group extends StandardEntity implements TenantEntity
Instance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListener| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<Constraint> |
constraints |
protected java.util.List<GroupHierarchy> |
hierarchyList |
protected java.lang.String |
name |
protected Group |
parent |
protected boolean |
predefined |
protected java.util.Set<SessionAttribute> |
sessionAttributes |
protected java.lang.String |
sysTenantId |
createdBy, createTs, deletedBy, deleteTs, updatedBy, updateTs, versionid__securityState, __state, dynamicAttributes__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Constraint> |
getConstraints() |
java.util.List<GroupHierarchy> |
getHierarchyList() |
java.lang.String |
getName() |
Group |
getParent() |
java.util.Set<SessionAttribute> |
getSessionAttributes() |
java.lang.String |
getSysTenantId() |
boolean |
isPredefined() |
void |
setConstraints(java.util.Set<Constraint> constraints) |
void |
setHierarchyList(java.util.List<GroupHierarchy> hierarchyList) |
void |
setName(java.lang.String name) |
void |
setParent(Group parent) |
void |
setPredefined(boolean predefined) |
void |
setSessionAttributes(java.util.Set<SessionAttribute> sessionAttributes) |
void |
setSysTenantId(java.lang.String sysTenantId) |
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getUpdatedBy, getUpdateTs, getVersion, isDeleted, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setUpdatedBy, setUpdateTs, setVersiongetId, getUuid, setId, setUuidcopySystemState, equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toStringaddPropertyChangeListener, getInstanceName, getMethodsCache, getRelatedPropertiesCache, getRelatedReadOnlyProperties, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExprotected java.lang.String name
protected Group parent
protected java.util.List<GroupHierarchy> hierarchyList
protected java.util.Set<Constraint> constraints
protected java.util.Set<SessionAttribute> sessionAttributes
protected boolean predefined
protected java.lang.String sysTenantId
public java.lang.String getName()
public void setName(java.lang.String name)
public Group getParent()
public void setParent(Group parent)
public java.util.List<GroupHierarchy> getHierarchyList()
public void setHierarchyList(java.util.List<GroupHierarchy> hierarchyList)
public java.util.Set<Constraint> getConstraints()
public void setConstraints(java.util.Set<Constraint> constraints)
public java.util.Set<SessionAttribute> getSessionAttributes()
public void setSessionAttributes(java.util.Set<SessionAttribute> sessionAttributes)
public boolean isPredefined()
public void setPredefined(boolean predefined)
public java.lang.String getSysTenantId()
public void setSysTenantId(java.lang.String sysTenantId)