com.collation.platform.model.topology.sys
Interface SoftwarePatch
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- SolarisPatch
public interface SoftwarePatch
- extends LogicalElement
- Naming Rules:
- 0="name"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- SFTPATCH
- Display Name:
- 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 s)
hasName
boolean hasName()
getObsoletes
SoftwarePatch[] getObsoletes()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Obsoletes"
reverse="false"
setObsoletes
void setObsoletes(SoftwarePatch[] patches)
hasObsoletes
boolean hasObsoletes()
getRequires
SoftwarePatch[] getRequires()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Requires"
reverse="false"
setRequires
void setRequires(SoftwarePatch[] patches)
hasRequires
boolean hasRequires()
getIncompatibles
SoftwarePatch[] getIncompatibles()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.IncompatibleWith"
reverse="false"
setIncompatibles
void setIncompatibles(SoftwarePatch[] patches)
hasIncompatibles
boolean hasIncompatibles()
getSoftwareComponents
SoftwareComponent[] getSoftwareComponents()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates"
reverse="false"
setSoftwareComponents
void setSoftwareComponents(SoftwareComponent[] scs)
hasSoftwareComponents
boolean hasSoftwareComponents()