com.ibm.websphere.wim.model
Interface Group

All Superinterfaces:
Entity, Party, RolePlayer

public interface Group
extends Party

A representation of the model object 'Group'.

The following features are supported:

See Also:
ModelPackage.getGroup()
Model:
Generated:

Method Summary
 java.util.List getBusinessCategory()
          Returns the value of the 'Business Category' attribute list.
 java.lang.String getCn()
          Returns the value of the 'Cn' attribute.
 java.util.List getDescription()
          Returns the value of the 'Description' attribute list.
 java.util.List getDisplayName()
          Returns the value of the 'Display Name' attribute list.
 java.util.List getMembers()
          Returns the value of the 'Members' containment reference list.
 java.util.List getSeeAlso()
          Returns the value of the 'See Also' attribute list.
 void setCn(java.lang.String value)
          Sets the value of the 'Cn' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.RolePlayer
getPartyRoles
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getCn

java.lang.String getCn()
Returns the value of the 'Cn' attribute.

See Also:
setCn(String), ModelPackage.getGroup_Cn()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Cn' attribute.

setCn

void setCn(java.lang.String value)
Sets the value of the 'Cn' attribute.

Parameters:
value - the new value of the 'Cn' attribute.
See Also:
getCn()
Generated:

getMembers

java.util.List getMembers()
Returns the value of the 'Members' containment reference list. The list contents are of type Entity.

See Also:
ModelPackage.getGroup_Members()
Model:
type="com.ibm.websphere.wim.model.Entity" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Members' containment reference list.

getDisplayName

java.util.List getDisplayName()
Returns the value of the 'Display Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getGroup_DisplayName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Display Name' attribute list.

getDescription

java.util.List getDescription()
Returns the value of the 'Description' attribute list. The list contents are of type String.

See Also:
ModelPackage.getGroup_Description()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Description' attribute list.

getBusinessCategory

java.util.List getBusinessCategory()
Returns the value of the 'Business Category' attribute list. The list contents are of type String.

See Also:
ModelPackage.getGroup_BusinessCategory()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Business Category' attribute list.

getSeeAlso

java.util.List getSeeAlso()
Returns the value of the 'See Also' attribute list. The list contents are of type String.

See Also:
ModelPackage.getGroup_SeeAlso()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'See Also' attribute list.