|
© 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.b2b.B2BPortalPage
B2BPortalPage
defines a closed set of static
instances that represent the portal pages of the B2B portal.
Field Summary | |
static int |
I_INVENTORY
|
static int |
I_ORDER_HISTORY
|
static int |
I_PURCHASING
|
static B2BPortalPage |
INVENTORY
|
static B2BPortalPage |
ORDER_HISTORY
|
static B2BPortalPage |
PURCHASING
|
Method Summary | |
boolean |
equals(java.lang.Object object)
|
int |
getInt()
Returns the integer associated with this object. |
static B2BPortalPage |
getObject(java.lang.String token)
Returns the object associated with the page name provided as input. |
java.lang.String |
getString()
Return the string name associated with this page. |
int |
hashCode()
|
java.lang.String |
toString()
Return the string name associated with this page. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int I_INVENTORY
public static final B2BPortalPage INVENTORY
public static final int I_PURCHASING
public static final B2BPortalPage PURCHASING
public static final int I_ORDER_HISTORY
public static final B2BPortalPage ORDER_HISTORY
Method Detail |
public java.lang.String toString()
public java.lang.String getString()
public int getInt()
public static B2BPortalPage 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 |