org.bejug.javacareers.jobs.constants
Class StatusConstants

java.lang.Object
  extended byorg.bejug.javacareers.jobs.constants.StatusConstants
All Implemented Interfaces:
java.io.Serializable

public class StatusConstants
extends java.lang.Object
implements java.io.Serializable

This class contains the constants used for the status of an offer. Todo: Introduce enum (J2SE 5)

Version:
$Revision: 1.4 $ - $Date: 2005/12/20 15:36:45 $
Author:
bme (Last modified by $Author: shally $)
See Also:
Serialized Form

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

NOT_PUBLISHED_YET

public final int NOT_PUBLISHED_YET
Status indicating that the offer is not yet published.

See Also:
Constant Field Values

ACTIVE

public final int ACTIVE
Status indicating the offer is online. This implies that publicationdate is reached.

See Also:
Constant Field Values

INACTIVE

public final int INACTIVE
Status indicating the offer is offline.

See Also:
Constant Field Values

ARCHIVED

public final int ARCHIVED
Status indicating the offer is archived.

See Also:
Constant Field Values
Constructor Detail

StatusConstants

public StatusConstants()


Copyright © 2005-2006 BeJUG. All Rights Reserved.