|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.InterfaceElements.ProcessStatus
public class ProcessStatus
Reports the state of LexBIG runtime operations.
Constructor Summary | |
---|---|
ProcessStatus()
|
Method Summary | |
---|---|
java.util.Date |
getEndTime()
Returns the value of field 'endTime'. |
java.lang.Boolean |
getErrorsLogged()
Returns the value of field 'errorsLogged'. |
java.lang.String |
getMessage()
Returns the value of field 'message'. |
java.util.Date |
getStartTime()
Returns the value of field 'startTime'. |
ProcessState |
getState()
Returns the value of field 'state'. |
java.lang.Boolean |
getWarningsLogged()
Returns the value of field 'warningsLogged'. |
java.lang.Boolean |
isErrorsLogged()
Returns the value of field 'errorsLogged'. |
java.lang.Boolean |
isWarningsLogged()
Returns the value of field 'warningsLogged'. |
void |
setEndTime(java.util.Date endTime)
Sets the value of field 'endTime'. |
void |
setErrorsLogged(java.lang.Boolean errorsLogged)
Sets the value of field 'errorsLogged'. |
void |
setMessage(java.lang.String message)
Sets the value of field 'message'. |
void |
setStartTime(java.util.Date startTime)
Sets the value of field 'startTime'. |
void |
setState(ProcessState state)
Sets the value of field 'state'. |
void |
setWarningsLogged(java.lang.Boolean warningsLogged)
Sets the value of field 'warningsLogged'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessStatus()
Method Detail |
---|
public java.util.Date getEndTime()
public java.lang.Boolean getErrorsLogged()
public java.lang.String getMessage()
public java.util.Date getStartTime()
public ProcessState getState()
public java.lang.Boolean getWarningsLogged()
public java.lang.Boolean isErrorsLogged()
public java.lang.Boolean isWarningsLogged()
public void setEndTime(java.util.Date endTime)
endTime
- the value of field 'endTime'.public void setErrorsLogged(java.lang.Boolean errorsLogged)
errorsLogged
- the value of field 'errorsLogged'.public void setMessage(java.lang.String message)
message
- the value of field 'message'.public void setStartTime(java.util.Date startTime)
startTime
- the value of field 'startTime'.public void setState(ProcessState state)
state
- the value of field 'state'.public void setWarningsLogged(java.lang.Boolean warningsLogged)
warningsLogged
- the value of field 'warningsLogged'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |