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 Summary
Constructors Constructor Description AIXEntry()
-
Method Summary
All 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.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getProductDescriptionOverride
public java.lang.String getProductDescriptionOverride()
Gets the product description of SWVPD Registry settings
-
setProductDescriptionOverride
public void setProductDescriptionOverride(java.lang.String productDescription)
Sets the product description of SWVPD Registry settings
-
getProductNameOverride
public java.lang.String getProductNameOverride()
Gets the product name of SWVPD Registry settings
-
setProductNameOverride
public void setProductNameOverride(java.lang.String productName)
Sets the product name of SWVPD Registry settings
-
getProductVersionOverride
public Version getProductVersionOverride()
Gets the product Version of SWVPD Registry settings
-
setProductVersionOverride
public void setProductVersionOverride(Version productVersion)
Sets the product Version of SWVPD Registry settings
-
getEnabled
public boolean getEnabled()
Gets the Value whether SWVPD regstry is enabled or disabled
-
setEnabled
public void setEnabled(boolean enabled)
Sets the Value whether SWVPD regstry is enabled or disabled
-
-