Class RepairFeatureIntroductionConsole
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.console.RepairFeatureIntroductionConsole
-
- All Implemented Interfaces:
Referenceable
public final class RepairFeatureIntroductionConsole extends Action
The customizer for the IntroActionAddFeatureConsole.- Version:
- 1.0, 14 December 2009
- Author:
- Bikash Praharaj Displays the Repair Feature introduction panel to the end user. The panel is intended to be used for repair feature during Maintenance mode launch.
-
-
Constructor Summary
Constructors Constructor Description RepairFeatureIntroductionConsole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
The repair installation message to display.java.lang.String
getTitle()
The title of the panel.void
setMessage(java.lang.String Message)
The repair installation message to display.void
setTitle(java.lang.String Title)
The title of the panel.-
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
-
getTitle
public java.lang.String getTitle()
The title of the panel. Default is "Repair Installation".
-
setTitle
public void setTitle(java.lang.String Title)
The title of the panel. Default is "Repair Installation".
-
getMessage
public java.lang.String getMessage()
The repair installation message to display.
-
setMessage
public void setMessage(java.lang.String Message)
The repair installation message to display.
-
-