com.ibm.cics.model
Interface ICICSRegionGroupDefinition

All Superinterfaces:
ICICSObject, ICPSMDefinition, IDefinition

public interface ICICSRegionGroupDefinition
extends ICPSMDefinition

generated from CICS resourcetable CSYSGRP


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

Method Detail

getGroup

java.lang.String getGroup()
Getter for field GROUP

System group name

The name of the system group.


getDescription

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

Description

A 1- to 58-character description of the system group.

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


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