|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.websphere.samples.plantsbywebsphereejb.OrderKey
public class OrderKey
The key class of the Order entity bean.
| Field Summary | |
|---|---|
java.lang.String |
orderID
|
| Constructor Summary | |
|---|---|
OrderKey()
Constructs an OrderKey object. |
|
OrderKey(java.lang.String orderID)
Constructs a newly allocated OrderKey object that represents the primitive long argument. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines if the OrderKey object passed to the method matches this OrderKey object. |
java.lang.String |
getOrderID()
Get accessor for persistent attribute: orderID |
int |
hashCode()
Generates a hash code for this OrderKey object. |
void |
setOrderID(java.lang.String newOrderID)
Set accessor for persistent attribute: orderID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String orderID
| Constructor Detail |
|---|
public OrderKey()
public OrderKey(java.lang.String orderID)
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - java.lang.Object The OrderKey object to compare to this OrderKey object.
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getOrderID()
public void setOrderID(java.lang.String newOrderID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||