public interface AddOnInstallationRecord extends RepositoryObject, EngineObject, DependentObject
AddOnInstallationRecord
object is created whenever an AddOn
or
UpgradeAddOn
object is installed on an object store.
Modifier and Type | Method and Description |
---|---|
AddOn |
get_AddOn()
Returns the value of the AddOn property.
|
java.lang.String |
get_AddOnName()
Returns the value of the AddOnName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
java.util.Date |
get_InstallationDate()
Returns the value of the InstallationDate property.
|
java.lang.String |
get_InstallationReport()
Returns the value of the InstallationReport property.
|
InstallationStatus |
get_InstallationStatus()
Returns the value of the InstallationStatus property.
|
java.lang.String |
get_Installer()
Returns the value of the Installer property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_Installer()
java.util.Date get_InstallationDate()
java.lang.String get_InstallationReport()
InstallationStatus get_InstallationStatus()
AddOn get_AddOn()
java.lang.String get_AddOnName()
© Copyright IBM Corporation 2006, 2015. All rights reserved.