com.ibm.websphere.wim.model
Interface Container

All Superinterfaces:
Entity

public interface Container
extends Entity

A representation of the model object 'Container'.

The following features are supported:

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

Method Summary
 java.lang.String getCn()
          Returns the value of the 'Cn' attribute.
 void setCn(java.lang.String value)
          Sets the value of the 'Cn' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getCn

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

See Also:
setCn(String), ModelPackage.getContainer_Cn()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
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: