com.collation.platform.model.topology.app.packagedapp.mysap
Interface SAPComponent
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SAPComponent
- extends LogicalElement
- Naming Rules:
- 0="parent,name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- SAPCOMP
- Display Name:
- parent,name
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 |
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()
getParent
SAPSystem getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DeployedTo"
reverse="false"
setParent
void setParent(SAPSystem parent)
hasParent
boolean hasParent()
getRelease
java.lang.String getRelease()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRelease
void setRelease(java.lang.String release)
hasRelease
boolean hasRelease()
getPatchLevel
java.lang.String getPatchLevel()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPatchLevel
void setPatchLevel(java.lang.String patchLevel)
hasPatchLevel
boolean hasPatchLevel()
getHighestSupportPackage
java.lang.String getHighestSupportPackage()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHighestSupportPackage
void setHighestSupportPackage(java.lang.String highestSupportPackage)
hasHighestSupportPackage
boolean hasHighestSupportPackage()