com.collation.platform.model.topology.app.packagedapp.mysap.basis
Interface MySAPABAPApplicationServer

All Superinterfaces:
AppServer, ConfigurationItem, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface MySAPABAPApplicationServer
extends AppServer

Naming Rules:
0="SAPSystemSID,systemHome,basisAppSystemNumber" 1="managedSystemName"
Persistable:
true
Top Level:
true
Display Name:
SAPSystemSID,systemHome,basisAppSystemNumber

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.app.AppServer
IBM_COPYRIGHT, RUNNING, STOPPED
 
Method Summary
 java.lang.String getBasisAppSystemNumber()
           
 java.lang.String getMySAPKernelDatabaseLibrary()
           
 java.lang.String getMySAPKernelPatchLevel()
           
 java.lang.String getMySAPKernelRelease()
           
 java.lang.String getSAPSystemSID()
           
 java.lang.String getSystemHome()
           
 boolean hasBasisAppSystemNumber()
           
 boolean hasMySAPKernelDatabaseLibrary()
           
 boolean hasMySAPKernelPatchLevel()
           
 boolean hasMySAPKernelRelease()
           
 boolean hasSAPSystemSID()
           
 boolean hasSystemHome()
           
 void setBasisAppSystemNumber(java.lang.String basisAppSystemNumber)
           
 void setMySAPKernelDatabaseLibrary(java.lang.String mySapKernelDatabaseLibrary)
           
 void setMySAPKernelPatchLevel(java.lang.String mySapKernelPatchLevel)
           
 void setMySAPKernelRelease(java.lang.String mySAPKernelRelease)
           
 void setSAPSystemSID(java.lang.String sid)
           
 void setSystemHome(java.lang.String dbHostName)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.AppServer
getAppDescriptors, getConfigContents, getConfigFile, getContainers, getExecutable, getExecutableName, getHost, getKeyName, getModules, getName, getPrimarySAP, getProcessPools, getProductName, getProductVersion, getResources, getSoftwareInstallation, getStatus, getVendorName, getZReportFiles, hasAppDescriptors, hasConfigContents, hasConfigFile, hasContainers, hasExecutable, hasExecutableName, hasHost, hasKeyName, hasModules, hasName, hasPrimarySAP, hasProcessPools, hasProductName, hasProductVersion, hasResources, hasSoftwareInstallation, hasStatus, hasVendorName, hasZReportFiles, setAppDescriptors, setConfigContents, setConfigFile, setContainers, setExecutable, setExecutableName, setHost, setKeyName, setModules, setName, setPrimarySAP, setProcessPools, setProductName, setProductVersion, setResources, setSoftwareInstallation, setStatus, setVendorName, setZReportFiles
 
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
 
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner
 

Method Detail

getSAPSystemSID

java.lang.String getSAPSystemSID()
                                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setSAPSystemSID

void setSAPSystemSID(java.lang.String sid)

hasSAPSystemSID

boolean hasSAPSystemSID()

getSystemHome

java.lang.String getSystemHome()
                               throws AttributeNotSetException
Throws:
AttributeNotSetException

setSystemHome

void setSystemHome(java.lang.String dbHostName)

hasSystemHome

boolean hasSystemHome()

getBasisAppSystemNumber

java.lang.String getBasisAppSystemNumber()
                                         throws AttributeNotSetException
Throws:
AttributeNotSetException

setBasisAppSystemNumber

void setBasisAppSystemNumber(java.lang.String basisAppSystemNumber)

hasBasisAppSystemNumber

boolean hasBasisAppSystemNumber()

getMySAPKernelRelease

java.lang.String getMySAPKernelRelease()
                                       throws AttributeNotSetException
Throws:
AttributeNotSetException

setMySAPKernelRelease

void setMySAPKernelRelease(java.lang.String mySAPKernelRelease)

hasMySAPKernelRelease

boolean hasMySAPKernelRelease()

getMySAPKernelDatabaseLibrary

java.lang.String getMySAPKernelDatabaseLibrary()
                                               throws AttributeNotSetException
Throws:
AttributeNotSetException

setMySAPKernelDatabaseLibrary

void setMySAPKernelDatabaseLibrary(java.lang.String mySapKernelDatabaseLibrary)

hasMySAPKernelDatabaseLibrary

boolean hasMySAPKernelDatabaseLibrary()

getMySAPKernelPatchLevel

java.lang.String getMySAPKernelPatchLevel()
                                          throws AttributeNotSetException
Throws:
AttributeNotSetException

setMySAPKernelPatchLevel

void setMySAPKernelPatchLevel(java.lang.String mySapKernelPatchLevel)

hasMySAPKernelPatchLevel

boolean hasMySAPKernelPatchLevel()