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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getHighestSupportPackage()
           
 java.lang.String getName()
           
 SAPSystem getParent()
           
 java.lang.String getPatchLevel()
           
 java.lang.String getRelease()
           
 boolean hasHighestSupportPackage()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasPatchLevel()
           
 boolean hasRelease()
           
 void setHighestSupportPackage(java.lang.String highestSupportPackage)
           
 void setName(java.lang.String name)
           
 void setParent(SAPSystem parent)
           
 void setPatchLevel(java.lang.String patchLevel)
           
 void setRelease(java.lang.String release)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()