|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.webapp.jsf.DetailBase
org.oddjob.webapp.jsf.StateTabBean
@ManagedBean(name="state") public class StateTabBean
The backing bean that handles the state tab.
Constructor Summary | |
---|---|
StateTabBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.oddjob.webapp.jsf.DetailBase |
---|
getDetail, getJobInfoLookup, getRefId, setDetail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateTabBean()
Method Detail |
---|
@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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |