@ManagedBean(name="state") public class StateTabBean extends DetailBase
Constructor and Description |
---|
StateTabBean() |
Modifier and Type | Method and Description |
---|---|
String |
getException()
Getter for exception.
|
String |
getState()
Getter for job state.
|
String |
getTime()
Getter for the state time.
|
void |
init()
Called when the bean is created which because this is a request scope
bean is at the beginning of each request that this bean is used for.
|
void |
setException(String exception)
Setter for the exception.
|
void |
setJobState(String jobState)
Setter for job state.
|
void |
setTime(String time)
Setter for the state time.
|
getDetail, getJobInfoLookup, getRefId, setDetail
@PostConstruct public void init()
public String getException()
public void setException(String exception)
exception
- The exception.public String getTime()
public void setTime(String time)
time
- The state time.public String getState()
public void setJobState(String jobState)
jobState
- The job state.