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.IDefinition
COPYRIGHT
 
Method Summary
 ICICSEnums.ChangeagentDefinitionValue getChangeAgent()
           
 java.lang.String getChangeAgentRelease()
           
 java.util.Date getChangeTime()
           
 java.lang.String getChangeUserID()
           
 ICICSObjectReference<? extends ICPSMConfigurationDefinition> getCICSObjectReference()
           
 java.util.Date getCreateTime()
           
 ICICSType<? extends ICPSMConfigurationDefinition> getObjectType()
           
 
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
 
Methods inherited from interface com.ibm.cics.model.meta.ITypedObject
getAttributeValue
 

Method Detail

getCreateTime

java.util.Date getCreateTime()

getChangeTime

java.util.Date getChangeTime()

getChangeAgent

ICICSEnums.ChangeagentDefinitionValue getChangeAgent()

getChangeUserID

java.lang.String getChangeUserID()

getChangeAgentRelease

java.lang.String getChangeAgentRelease()

getObjectType

ICICSType<? extends ICPSMConfigurationDefinition> getObjectType()
Specified by:
getObjectType in interface ICICSObject
Specified by:
getObjectType in interface IDefinition
Specified by:
getObjectType in interface com.ibm.cics.model.meta.ITypedObject

getCICSObjectReference

ICICSObjectReference<? extends ICPSMConfigurationDefinition> getCICSObjectReference()
Specified by:
getCICSObjectReference in interface ICICSObject
Specified by:
getCICSObjectReference in interface IDefinition


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