com.adobe.idp.um.api.infomodel
Class GroupCreationInfo

java.lang.Object
  extended by com.adobe.idp.um.api.infomodel.GroupCreationInfo
All Implemented Interfaces:
java.io.Serializable

public class GroupCreationInfo
extends java.lang.Object
implements java.io.Serializable

This class manages information for newly created groups.

See Also:
Serialized Form

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

GroupCreationInfo

public GroupCreationInfo()
Default constructor.


GroupCreationInfo

public 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.

Parameters:
group - The group being created in the system.
childrenIds - The child identifiers.
parentIds - The parent identifiers.
Method Detail

getChildrenIds

public java.util.Set getChildrenIds()
Retrieves the child identifiers for the group.

Returns:
The child identifiers.

setChildrenIds

public void setChildrenIds(java.util.Set childrenIds)
Assigns the child identifiers for the group.

Parameters:
childrenIds - The child identifiers.

getGroup

public Group getGroup()
Retrieves the group.

Returns:
The group.

setGroup

public void setGroup(Group group)
Assigns the group.

Parameters:
group - The group being assigned.

getParentIds

public java.util.Set getParentIds()
Retrieves the parent identifiers for the group.

Returns:
The parent identifiers.

setParentIds

public void setParentIds(java.util.Set parentIds)
Assigns the parent identifiers for the group.

Parameters:
parentIds - The parent identifiers.


[an error occurred while processing this directive] [an error occurred while processing this directive]