com.ibm.cics.model
Interface IResourceGroupDefinition

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

public interface IResourceGroupDefinition
extends ICPSMDefinition

generated from CICS resourcetable RESGROUP


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

Method Detail

getName

java.lang.String getName()
Getter for field RESGROUP

Name

The name of the resource group.

Specified by:
getName in interface ICICSObject
Specified by:
getName in interface IDefinition

getDescription

java.lang.String getDescription()
Getter for field DESCRIPTION

Description

A description of the resource group.

Specified by:
getDescription in interface ICPSMDefinition
Specified by:
getDescription in interface IDefinition


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