com.ibm.cics.model
Interface ICSDGroupDefinition

All Superinterfaces:
ICICSObject, ICSDDefinition, IDefinition, com.ibm.cics.model.meta.ITypedObject

public interface ICSDGroupDefinition
extends ICSDDefinition

generated from CICS resourcetable CSDGROUP


Method Summary
 java.lang.String getCICSSystem()
          Getter for field CICSSYS
 java.lang.String getName()
          Getter for field NAME
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getObjectType
 

Method Detail

getName

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

CSD group name

The name of the CSD group

Specified by:
getName in interface ICICSObject

getCICSSystem

java.lang.String getCICSSystem()
Getter for field CICSSYS

CICS system name

The name of the CICS system from which this CSD group was retrieved.



Copyright 2008-2009 IBM Corp. All Rights Reserved.