com.ibm.cics.model
Interface IWorkloadGroup

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

public interface IWorkloadGroup
extends ICPSMDefinition

generated from CICS resourcetable WLMGROUP


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

Method Detail

getName

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

Workload management group

The name of the workload group.

Specified by:
getName in interface ICICSObject

getDescription

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

Description

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



Copyright 2008-2009 IBM Corp. All Rights Reserved.