|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.jobs.constants.StatusConstants
This class contains the constants used for the status of an offer. Todo: Introduce enum (J2SE 5)
| Field Summary | |
int |
ACTIVE
Status indicating the offer is online. |
int |
ARCHIVED
Status indicating the offer is archived. |
int |
INACTIVE
Status indicating the offer is offline. |
int |
NOT_PUBLISHED_YET
Status indicating that the offer is not yet published. |
| Constructor Summary | |
StatusConstants()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final int NOT_PUBLISHED_YET
public final int ACTIVE
public final int INACTIVE
public final int ARCHIVED
| Constructor Detail |
public StatusConstants()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||