|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.EnumeratedType
com.partnersoft.v3x.apps.Staker.domain.JobStatus
public class JobStatus
Enumerated type for possible job lifecycle states.
| Field Summary | |
|---|---|
static JobStatus |
ASBUILT
Job is corrected for as built status. |
static JobStatus |
CLOSEDOUT
Job is closed out by accounting. |
static JobStatus |
DELETED
Job has been deleted. |
static JobStatus |
INPROGRESS
Job is in progress. |
static JobStatus |
NEW
Job is a thin job, fresh from accounting dept. |
static JobStatus |
RELEASED
Job is released to construction. |
static JobStatus |
REVISING
Job is being corrected for as built status. |
static JobStatus |
STAKED
Job is completely staked. |
| Constructor Summary | |
|---|---|
protected |
JobStatus(java.lang.String name,
java.lang.String subDirectory,
int priority)
Create a new status type. |
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object object)
|
static EnumeratedType |
defaultValue()
|
static JobStatus |
forString(java.lang.String name)
|
java.lang.String |
getName()
Status name |
int |
getPriority()
|
static java.util.Iterator |
members()
|
java.lang.String |
name()
Status name |
java.lang.String |
subDirectory()
Status subdirectory |
java.lang.String |
toString()
Prints out status name. |
| Methods inherited from class org.jcon.data.EnumeratedType |
|---|
enumeratedTypeSuperClass, getDefaultValueFor, getDefaultValueFor, getMembersFor, getMembersFor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final JobStatus NEW
public static final JobStatus INPROGRESS
public static final JobStatus STAKED
public static final JobStatus RELEASED
public static final JobStatus REVISING
public static final JobStatus ASBUILT
public static final JobStatus CLOSEDOUT
public static final JobStatus DELETED
| Constructor Detail |
|---|
protected JobStatus(java.lang.String name,
java.lang.String subDirectory,
int priority)
| Method Detail |
|---|
public static final java.util.Iterator members()
public static JobStatus forString(java.lang.String name)
public java.lang.String name()
public java.lang.String getName()
public int getPriority()
public java.lang.String subDirectory()
public static EnumeratedType defaultValue()
public int compareTo(java.lang.Object object)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||