Package org.adempiere.install
Class DBConfigStatus
java.lang.Object
org.adempiere.install.DBConfigStatus
- Author:
- hengsin
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDBConfigStatus
(String statusType, String resourseString, boolean pass, boolean critical, String errorMessage) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isPass()
void
setCritical
(boolean critical) void
setErrorMessage
(String errorMessage) void
setPass
(boolean pass) void
setResourseString
(String resourseString) void
setStatusType
(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
-