com.collation.platform.model.topology.process.igs
Interface ProbeTransaction
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface ProbeTransaction
- extends LogicalElement
- Naming Rules:
- 0="parent,transactionName"
- Persistable:
- true
- Table Name:
- IGSPROBEXACT
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getParent
ProbeScript getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(ProbeScript ps)
hasParent
boolean hasParent()
getTransactionName
java.lang.String getTransactionName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransactionName
void setTransactionName(java.lang.String name)
hasTransactionName
boolean hasTransactionName()
getTransactionSequence
long getTransactionSequence()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransactionSequence
void setTransactionSequence(long seq)
hasTransactionSequence
boolean hasTransactionSequence()
getTransactionType
int getTransactionType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransactionType
void setTransactionType(int i)
hasTransactionType
boolean hasTransactionType()
getTransactionStatus
int getTransactionStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransactionStatus
void setTransactionStatus(int i)
hasTransactionStatus
boolean hasTransactionStatus()