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

java.lang.Object
  extended byde.upb.swtpra05.group03.shuttle.shared.OrderState

public abstract class OrderState
extends java.lang.Object

Abstract superclass which contains thre abstract classes containing constant values to indentify the possible states an order is in

Version:
$Revision: 1.3 $

Nested Class Summary
 class OrderState.BillingState
          Abstract class which contains constant int values to identify any possible billing state of an order
 class OrderState.ExecutionState
          Abstract class which contains constant int values to identify any possible execution state of an order
 class OrderState.NegotiationState
          Abstract class which contains constant int values to identify any possible negotiation state of an order
 
Constructor Summary
OrderState()
           
 
Method Summary
static java.lang.String getStateString(int state)
          Gets a string containing the name of the state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderState

public OrderState()
Method Detail

getStateString

public static java.lang.String getStateString(int state)
Gets a string containing the name of the state

Parameters:
state - No description provided
Returns:
The stateString value