com.ibm.cics.model.mutable
Interface IMutableCPSMDefinition

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition
All Known Subinterfaces:
IMutableResourceGroupDefinition

public interface IMutableCPSMDefinition
extends ICPSMDefinition


Method Summary
 void setDescription(java.lang.String description)
          Setter for field DESCRIPTION
 
Methods inherited from interface com.ibm.cics.model.ICPSMDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription
 
Methods inherited from interface com.ibm.cics.model.IDefinition
getName
 

Method Detail

setDescription

void setDescription(java.lang.String description)
Setter for field DESCRIPTION

See Also:
ICPSMDefinition.getDescription()


Copyright © 2008-2009 IBM Corp. All Rights Reserved.