Package com.zerog.ia.auto.project
Class MaintenanceDefinition
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.MaintenanceDefinition
-
- All Implemented Interfaces:
Referenceable
public final class MaintenanceDefinition extends ProjectObject
-
-
Constructor Summary
Constructors Constructor Description MaintenanceDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAddFeaturesEnabled()Enable Add features for the productbooleangetFirstTimeAddFeaturesPopulationDone()Determines whether the convenience option of auto-population of panels for Add features have already been done.booleangetFirstTimeMaintModeAutoPopulateDone()Determines whether the convenience option of auto-population of panels have already been done.booleangetFirstTimeRemoveFeaturesPopulationDone()Determines whether the convenience option of auto-population of panels for Remove features have already been done.booleangetFirstTimeRepairProductPopulationDone()Determines whether the convenience option of auto-population of panels for Repair features have already been done.booleangetMaintModeSupportEnabled()Enable Maintenance Mode for the installerbooleangetRemoveFeaturesEnabled()Enable Remove features for the productbooleangetRepairInstallsEnabled()Enable Repair Installation for the productMaintenenceModeRuntimePanelSettingsgetRuntimePanelSettings()runtime panel settings for Maintenence Mode PanelbooleangetUninstProductEnabled()Enable Uninstall Product for the productvoidsetAddFeaturesEnabled(boolean AddFeaturesEnabled)Enable Add features for the productvoidsetFirstTimeAddFeaturesPopulationDone(boolean FirstTimeAddFeaturesPopulationDone)Determines whether the convenience option of auto-population of panels for Add features have already been done.voidsetFirstTimeMaintModeAutoPopulateDone(boolean FirstTimeMaintModeAutoPopulateDone)Determines whether the convenience option of auto-population of panels have already been done.voidsetFirstTimeRemoveFeaturesPopulationDone(boolean FirstTimeRemoveFeaturesPopulationDone)Determines whether the convenience option of auto-population of panels for Remove features have already been done.voidsetFirstTimeRepairProductPopulationDone(boolean FirstTimeRepairProductPopulationDone)Determines whether the convenience option of auto-population of panels for Repair features have already been done.voidsetMaintModeSupportEnabled(boolean MaintModeSupportEnabled)Enable Maintenance Mode for the installervoidsetRemoveFeaturesEnabled(boolean RemoveFeaturesEnabled)Enable Remove features for the productvoidsetRepairInstallsEnabled(boolean RepairInstallsEnabled)Enable Repair Installation for the productvoidsetRuntimePanelSettings(MaintenenceModeRuntimePanelSettings RuntimePanelSettings)runtime panel settings for Maintenence Mode PanelvoidsetUninstProductEnabled(boolean UninstProductEnabled)Enable Uninstall Product for the product-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getMaintModeSupportEnabled
public boolean getMaintModeSupportEnabled()
Enable Maintenance Mode for the installer
-
setMaintModeSupportEnabled
public void setMaintModeSupportEnabled(boolean MaintModeSupportEnabled)
Enable Maintenance Mode for the installer
-
getAddFeaturesEnabled
public boolean getAddFeaturesEnabled()
Enable Add features for the product
-
setAddFeaturesEnabled
public void setAddFeaturesEnabled(boolean AddFeaturesEnabled)
Enable Add features for the product
-
getRemoveFeaturesEnabled
public boolean getRemoveFeaturesEnabled()
Enable Remove features for the product
-
setRemoveFeaturesEnabled
public void setRemoveFeaturesEnabled(boolean RemoveFeaturesEnabled)
Enable Remove features for the product
-
getRepairInstallsEnabled
public boolean getRepairInstallsEnabled()
Enable Repair Installation for the product
-
setRepairInstallsEnabled
public void setRepairInstallsEnabled(boolean RepairInstallsEnabled)
Enable Repair Installation for the product
-
getUninstProductEnabled
public boolean getUninstProductEnabled()
Enable Uninstall Product for the product
-
setUninstProductEnabled
public void setUninstProductEnabled(boolean UninstProductEnabled)
Enable Uninstall Product for the product
-
getFirstTimeMaintModeAutoPopulateDone
public boolean getFirstTimeMaintModeAutoPopulateDone()
Determines whether the convenience option of auto-population of panels have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeMaintModeAutoPopulateDone
public void setFirstTimeMaintModeAutoPopulateDone(boolean FirstTimeMaintModeAutoPopulateDone)
Determines whether the convenience option of auto-population of panels have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeAddFeaturesPopulationDone
public boolean getFirstTimeAddFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Add features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeAddFeaturesPopulationDone
public void setFirstTimeAddFeaturesPopulationDone(boolean FirstTimeAddFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Add features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeRemoveFeaturesPopulationDone
public boolean getFirstTimeRemoveFeaturesPopulationDone()
Determines whether the convenience option of auto-population of panels for Remove features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeRemoveFeaturesPopulationDone
public void setFirstTimeRemoveFeaturesPopulationDone(boolean FirstTimeRemoveFeaturesPopulationDone)
Determines whether the convenience option of auto-population of panels for Remove features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getFirstTimeRepairProductPopulationDone
public boolean getFirstTimeRepairProductPopulationDone()
Determines whether the convenience option of auto-population of panels for Repair features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
setFirstTimeRepairProductPopulationDone
public void setFirstTimeRepairProductPopulationDone(boolean FirstTimeRepairProductPopulationDone)
Determines whether the convenience option of auto-population of panels for Repair features have already been done. DO NOT SET THIS FLAG IF YOU ARE NOT SURE
-
getRuntimePanelSettings
public MaintenenceModeRuntimePanelSettings getRuntimePanelSettings()
runtime panel settings for Maintenence Mode Panel
-
setRuntimePanelSettings
public void setRuntimePanelSettings(MaintenenceModeRuntimePanelSettings RuntimePanelSettings)
runtime panel settings for Maintenence Mode Panel
-
-