|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoftwareImage
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
boolean |
getApprovedForDevelopmentDistributions()
indicates whether or not the SoftwareImage can be distributed to Production environments. |
boolean |
getApprovedForProductionDistributions()
indicates whether or not the SoftwareImage can be distributed to Production environments. |
boolean |
getApprovedForTestDistributions()
indicates whether or not the SoftwareImage can be distributed to Test environments. |
java.lang.String |
getChecksum()
The MD5 checksum of the software image |
DataFile |
getFile()
|
java.lang.String |
getImageName()
The Logical Name of the Software Image. |
java.lang.String |
getImageVersion()
The Version of the installable SoftwareImage. |
DefinitiveSoftwareLibrary |
getLibrary()
|
int |
getStatus()
|
java.lang.String |
getType()
|
boolean |
hasApprovedForDevelopmentDistributions()
|
boolean |
hasApprovedForProductionDistributions()
|
boolean |
hasApprovedForTestDistributions()
|
boolean |
hasChecksum()
|
boolean |
hasFile()
|
boolean |
hasImageName()
|
boolean |
hasImageVersion()
|
boolean |
hasLibrary()
|
boolean |
hasStatus()
|
boolean |
hasType()
|
void |
setApprovedForDevelopmentDistributions(boolean x)
|
void |
setApprovedForProductionDistributions(boolean x)
|
void |
setApprovedForTestDistributions(boolean x)
|
void |
setChecksum(java.lang.String x)
|
void |
setFile(DataFile file)
|
void |
setImageName(java.lang.String x)
|
void |
setImageVersion(java.lang.String x)
|
void |
setLibrary(DefinitiveSoftwareLibrary library)
|
void |
setStatus(int status)
|
void |
setType(java.lang.String type)
|
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
java.lang.String getImageVersion() throws AttributeNotSetException
AttributeNotSetException
void setImageVersion(java.lang.String x)
boolean hasImageVersion()
boolean getApprovedForProductionDistributions() throws AttributeNotSetException
AttributeNotSetException
void setApprovedForProductionDistributions(boolean x)
boolean hasApprovedForProductionDistributions()
boolean getApprovedForDevelopmentDistributions() throws AttributeNotSetException
AttributeNotSetException
void setApprovedForDevelopmentDistributions(boolean x)
boolean hasApprovedForDevelopmentDistributions()
boolean getApprovedForTestDistributions() throws AttributeNotSetException
AttributeNotSetException
void setApprovedForTestDistributions(boolean x)
boolean hasApprovedForTestDistributions()
java.lang.String getChecksum() throws AttributeNotSetException
AttributeNotSetException
void setChecksum(java.lang.String x)
boolean hasChecksum()
java.lang.String getImageName() throws AttributeNotSetException
AttributeNotSetException
void setImageName(java.lang.String x)
boolean hasImageName()
DefinitiveSoftwareLibrary getLibrary() throws AttributeNotSetException
AttributeNotSetException
void setLibrary(DefinitiveSoftwareLibrary library)
boolean hasLibrary()
DataFile getFile() throws AttributeNotSetException
AttributeNotSetException
void setFile(DataFile file)
boolean hasFile()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String type)
boolean hasType()
int getStatus() throws AttributeNotSetException
AttributeNotSetException
void setStatus(int status)
boolean hasStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |