|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.api.infomodel.GroupCreationInfo
public class GroupCreationInfo
This class manages information for newly created groups.
Constructor Summary | |
---|---|
GroupCreationInfo()
Default constructor. |
|
GroupCreationInfo(Group group,
java.util.Set childrenIds,
java.util.Set parentIds)
Constructor that initializes a group in the system using sets of child and parent identifiers. |
Method Summary | |
---|---|
java.util.Set |
getChildrenIds()
Retrieves the child identifiers for the group. |
Group |
getGroup()
Retrieves the group. |
java.util.Set |
getParentIds()
Retrieves the parent identifiers for the group. |
void |
setChildrenIds(java.util.Set childrenIds)
Assigns the child identifiers for the group. |
void |
setGroup(Group group)
Assigns the group. |
void |
setParentIds(java.util.Set parentIds)
Assigns the parent identifiers for the group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupCreationInfo()
public GroupCreationInfo(Group group, java.util.Set childrenIds, java.util.Set parentIds)
group
- The group being created in the system.childrenIds
- The child identifiers.parentIds
- The parent identifiers.Method Detail |
---|
public java.util.Set getChildrenIds()
public void setChildrenIds(java.util.Set childrenIds)
childrenIds
- The child identifiers.public Group getGroup()
public void setGroup(Group group)
group
- The group being assigned.public java.util.Set getParentIds()
public void setParentIds(java.util.Set parentIds)
parentIds
- The parent identifiers.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |