|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
Abstract class which contains constant int values to identify any possible billing state of an order
| 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 |
public static final int MINVALUE
public static final int MAXVALUE
public static final int UNKNOWN
public static final int ERROR
public static final int UNASSIGNED
public static final int NOACTIONTAKEN
public static final int INVOICESENT
public static final int FIRSTREMINDER
public static final int SECONDREMINDER
public static final int DONE
| Constructor Detail |
public OrderState.BillingState()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||