|
© 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.QPAImpl
QPAImpl
implements the
interface.
QPA
Constructor Summary | |
QPAImpl(java.lang.String productId,
java.lang.String requestId,
java.lang.String desciption,
Money desiredUnitPrice,
long desiredQty,
java.util.Calendar creationDate,
java.util.Calendar desiredDate)
Constructs a QPAImpl object. |
Method Summary | |
java.util.Calendar |
creationDate()
Returns the date this QPA was created. |
java.lang.String |
description()
Returns a description for the product to be quoted. |
java.util.Calendar |
desiredDate()
Returns the date the purchaser desires to receive the product. |
long |
desiredQty()
Returns the quantity of the product desired by the purchaser. |
Money |
desiredUnitPrice()
Returns the unit price desired by the purchaser. |
boolean |
equals(java.lang.Object obj)
Returns true if the object supplied implements the QPA interface and the request identifiers
of the two objects are the same; false is returned otherwise. |
int |
hashCode()
|
java.lang.String |
productId()
Returns the identifier for the product to be quoted. |
java.lang.String |
requestId()
Returns the identifier for this QPA. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public QPAImpl(java.lang.String productId, java.lang.String requestId, java.lang.String desciption, Money desiredUnitPrice, long desiredQty, java.util.Calendar creationDate, java.util.Calendar desiredDate)
QPAImpl
object.Method Detail |
public java.util.Calendar creationDate()
public java.lang.String description()
public java.util.Calendar desiredDate()
public long desiredQty()
public Money desiredUnitPrice()
public boolean equals(java.lang.Object obj)
QPA
interface and the request identifiers
of the two objects are the same; false is returned otherwise.
obj
- the Object to compare with this object.QPA
interface and the request identifiers
of the two objects are the same; false is returned otherwise.Hashtable
public int hashCode()
public java.lang.String productId()
public java.lang.String requestId()
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |