|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.common.POStatus
POStatus
represents the possible statuses for
a
object. The class has a closed set of
public static instances each representing a possible status.
The constructor is private.
PO
Field Summary | |
static POStatus |
ACKNOWLEDGED
|
static int |
I_ACKNOWLEDGED
|
static int |
I_PENDING
|
static int |
I_RECEIVED
|
static int |
I_SHIPPED
|
static POStatus |
PENDING
|
static POStatus |
RECEIVED
|
static POStatus |
SHIPPED
|
Method Summary | |
boolean |
equals(java.lang.Object object)
|
int |
getInt()
returns the integer value associated with the object. |
static POStatus |
getObject(java.lang.String token)
returns the appropriate object for the given input token or null if the token is null or does not correspond to an object. |
java.lang.String |
getString()
Returns the string value corresponding to the object. |
int |
hashCode()
|
java.lang.String |
toString()
Returns the string value corresponding to the object. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int I_PENDING
public static final int I_ACKNOWLEDGED
public static final int I_SHIPPED
public static final int I_RECEIVED
public static final POStatus PENDING
public static final POStatus ACKNOWLEDGED
public static final POStatus SHIPPED
public static final POStatus RECEIVED
Method Detail |
public java.lang.String toString()
public java.lang.String getString()
public int getInt()
public static POStatus getObject(java.lang.String token)
public boolean equals(java.lang.Object object)
public int hashCode()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |