@Entity(name="sec$Group") public class Group extends StandardEntity
Instance.PropertyChangeEvent, Instance.PropertyChangeListener| 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() |
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 |
setSessionAttributes(java.util.Set<SessionAttribute> sessionAttributes) |
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getUpdatedBy, getUpdateTs, getVersion, isDeleted, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setUpdatedBy, setUpdateTs, setVersiongetId, getUuid, setId, setUuidequals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toStringaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExpublic 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)