Package com.ibm.cics.model
Interface ICPSMConfigurationDefinition
-
- All Superinterfaces:
ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
- All Known Subinterfaces:
ICICSplexDefinition
,ICMASInCICSplexDefinition
,ICMASToCMASLinkDefinition
public interface ICPSMConfigurationDefinition extends ICICSObject, IDefinition
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObject
COPYRIGHT
-
Fields inherited from interface com.ibm.cics.model.IDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChangeAgentRelease()
java.util.Date
getChangeTime()
java.lang.String
getChangeUserID()
ICPSMConfigurationDefinitionContainer
getCICSContainer()
ICPSMConfigurationDefinitionReference<? extends ICPSMConfigurationDefinition>
getCICSObjectReference()
java.util.Date
getCreateTime()
ICICSType<? extends ICPSMConfigurationDefinition>
getObjectType()
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getCreateTime
java.util.Date getCreateTime()
-
getChangeTime
java.util.Date getChangeTime()
-
getChangeUserID
java.lang.String getChangeUserID()
-
getChangeAgentRelease
java.lang.String getChangeAgentRelease()
-
getObjectType
ICICSType<? extends ICPSMConfigurationDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getCICSObjectReference
ICPSMConfigurationDefinitionReference<? extends ICPSMConfigurationDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
getCICSContainer
ICPSMConfigurationDefinitionContainer getCICSContainer()
- Specified by:
getCICSContainer
in interfaceICICSObject
-
-