public class SimpleGroup extends AbstractIdentityType implements Group
AttributedType.ATTRIBUTE, AttributedType.AttributeParameterCREATED_AFTER, CREATED_BEFORE, CREATED_DATE, ENABLED, EXPIRY_AFTER, EXPIRY_BEFORE, EXPIRY_DATE, GROUP_ROLE_OF, HAS_GROUP_ROLE, HAS_MEMBER, HAS_ROLE, MEMBER_OF, PARTITION, ROLE_OFID| Constructor and Description |
|---|
SimpleGroup() |
SimpleGroup(String name) |
SimpleGroup(String name,
Group parentGroup) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Group name is unique identifier in specific group tree branch.
|
Group |
getParentGroup() |
String |
getPath() |
int |
hashCode() |
void |
setName(String name) |
void |
setParentGroup(Group group)
Sets the parent group.
|
void |
setPath(String path) |
getCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreatedDate, getExpirationDate, getPartition, isEnabled, setCreatedDate, setEnabled, setExpirationDate, setPartitiongetAttribute, getAttributes, getId, removeAttribute, setAttribute, setIdpublic SimpleGroup()
public SimpleGroup(String name)
public String getName()
Grouppublic void setName(String name)
public String getPath()
public void setPath(String path)
public Group getParentGroup()
getParentGroup in interface Grouppublic void setParentGroup(Group group)
GroupSets the parent group.
setParentGroup in interface Grouppublic int hashCode()
hashCode in class AbstractAttributedTypepublic boolean equals(Object obj)
equals in class AbstractAttributedTypeCopyright © 2013. All Rights Reserved.