Package com.zerog.ia.auto.project
Class AIXEntry
- java.lang.Object
- 
- com.zerog.ia.auto.project.ProjectObject
- 
- com.zerog.ia.auto.project.InstallableObject
- 
- com.zerog.ia.auto.project.AIXEntry
 
 
 
- 
- All Implemented Interfaces:
- Referenceable
 
 public final class AIXEntry extends InstallableObject 
- 
- 
Constructor SummaryConstructors Constructor Description AIXEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEnabled()Gets the Value whether SWVPD regstry is enabled or disabledjava.lang.StringgetProductDescriptionOverride()Gets the product description of SWVPD Registry settingsjava.lang.StringgetProductNameOverride()Gets the product name of SWVPD Registry settingsVersiongetProductVersionOverride()Gets the product Version of SWVPD Registry settingsvoidsetEnabled(boolean enabled)Sets the Value whether SWVPD regstry is enabled or disabledvoidsetProductDescriptionOverride(java.lang.String productDescription)Sets the product description of SWVPD Registry settingsvoidsetProductNameOverride(java.lang.String productName)Sets the product name of SWVPD Registry settingsvoidsetProductVersionOverride(Version productVersion)Sets the product Version of SWVPD Registry settings- 
Methods inherited from class com.zerog.ia.auto.project.InstallableObjectgetBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
 - 
Methods inherited from class com.zerog.ia.auto.project.ProjectObjectequals, getReferenceID, hashCode, setReferenceID
 
- 
 
- 
- 
- 
Method Detail- 
getProductDescriptionOverridepublic java.lang.String getProductDescriptionOverride() Gets the product description of SWVPD Registry settings
 - 
setProductDescriptionOverridepublic void setProductDescriptionOverride(java.lang.String productDescription) Sets the product description of SWVPD Registry settings
 - 
getProductNameOverridepublic java.lang.String getProductNameOverride() Gets the product name of SWVPD Registry settings
 - 
setProductNameOverridepublic void setProductNameOverride(java.lang.String productName) Sets the product name of SWVPD Registry settings
 - 
getProductVersionOverridepublic Version getProductVersionOverride() Gets the product Version of SWVPD Registry settings
 - 
setProductVersionOverridepublic void setProductVersionOverride(Version productVersion) Sets the product Version of SWVPD Registry settings
 - 
getEnabledpublic boolean getEnabled() Gets the Value whether SWVPD regstry is enabled or disabled
 - 
setEnabledpublic void setEnabled(boolean enabled) Sets the Value whether SWVPD regstry is enabled or disabled
 
- 
 
-