com.ibm.cics.model.mutable
Interface IMutableResourceGroupDefinition

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition, IMutableCPSMDefinition, IResourceGroupDefinition

public interface IMutableResourceGroupDefinition
extends IResourceGroupDefinition, IMutableCPSMDefinition

generated from CICS resourcetable RESGROUP


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

Method Detail

setDescription

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

Specified by:
setDescription in interface IMutableCPSMDefinition
See Also:
IResourceGroupDefinition.getDescription()


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