Package org.adempiere.install
Class DBConfigStatus
java.lang.Object
org.adempiere.install.DBConfigStatus
- Author:
- hengsin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDBConfigStatus(String statusType, String resourseString, boolean pass, boolean critical, String errorMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisPass()voidsetCritical(boolean critical) voidsetErrorMessage(String errorMessage) voidsetPass(boolean pass) voidsetResourseString(String resourseString) voidsetStatusType(String statusType)
-
Field Details
-
DATABASE_SERVER
- See Also:
-
DATABASE_SYSTEM_PASSWORD
- See Also:
-
DATABASE_USER
- See Also:
-
DATABASE_SQL_TEST
- See Also:
-
-
Constructor Details
-
Method Details
-
getStatusType
- Returns:
- the statusType
-
setStatusType
- Parameters:
statusType- the statusType to set
-
getResourseString
- Returns:
- the resourseString
-
setResourseString
- Parameters:
resourseString- the resourseString to set
-
isPass
public boolean isPass()- Returns:
- the pass
-
setPass
public void setPass(boolean pass) - Parameters:
pass- the pass to set
-
isCritical
public boolean isCritical()- Returns:
- the critical
-
setCritical
public void setCritical(boolean critical) - Parameters:
critical- the critical to set
-
getErrorMessage
- Returns:
- the errorMessage
-
setErrorMessage
- Parameters:
errorMessage- the errorMessage to set
-