de.upb.swtpra05.group03.shuttle.shared
Class OrderState.BillingState

java.lang.Object
  extended byde.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
Enclosing class:
OrderState

public abstract class OrderState.BillingState
extends java.lang.Object

Abstract class which contains constant int values to identify any possible billing state of an order

Version:
$Revision: 1.3 $

Field Summary
static int DONE
          Constant which identifies order which are done
static int ERROR
          Constant which identifies erroneous billing states
static int FIRSTREMINDER
          Constant which indetifies orders for which the first reminder was sent
static int INVOICESENT
          Constant which identifies order for which an invoice is sent
static int MAXVALUE
          Constant which holds the maximal int value of all allowed billing states
static int MINVALUE
          Constant which holds the minimal int value of all allowed billing states
static int NOACTIONTAKEN
          Constant which identifies order for which an invoice is sent
static int SECONDREMINDER
          Constant which indetifies orders for which the second reminder was sent
static int UNASSIGNED
          Constant which identifies order for which an invoice is sent
static int UNKNOWN
          Constant which identifies order for which an invoice is sent
 
Constructor Summary
OrderState.BillingState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINVALUE

public static final int MINVALUE
Constant which holds the minimal int value of all allowed billing states

See Also:
Constant Field Values

MAXVALUE

public static final int MAXVALUE
Constant which holds the maximal int value of all allowed billing states

See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
Constant which identifies order for which an invoice is sent

See Also:
Constant Field Values

ERROR

public static final int ERROR
Constant which identifies erroneous billing states

See Also:
Constant Field Values

UNASSIGNED

public static final int UNASSIGNED
Constant which identifies order for which an invoice is sent

See Also:
Constant Field Values

NOACTIONTAKEN

public static final int NOACTIONTAKEN
Constant which identifies order for which an invoice is sent

See Also:
Constant Field Values

INVOICESENT

public static final int INVOICESENT
Constant which identifies order for which an invoice is sent

See Also:
Constant Field Values

FIRSTREMINDER

public static final int FIRSTREMINDER
Constant which indetifies orders for which the first reminder was sent

See Also:
Constant Field Values

SECONDREMINDER

public static final int SECONDREMINDER
Constant which indetifies orders for which the second reminder was sent

See Also:
Constant Field Values

DONE

public static final int DONE
Constant which identifies order which are done

See Also:
Constant Field Values
Constructor Detail

OrderState.BillingState

public OrderState.BillingState()