|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnOrder
A representation of the model object 'An Order'.
The following features are supported:
Method Summary | |
---|---|
int |
getCustomer_ID()
Returns the value of the 'Customer ID' attribute. |
int |
getID()
Returns the value of the 'ID' attribute. |
java.lang.String |
getProduct()
Returns the value of the 'Product' attribute. |
int |
getQuantity()
Returns the value of the 'Quantity' attribute. |
void |
setCustomer_ID(int value)
Sets the value of the ' Customer ID ' attribute. |
void |
setID(int value)
Sets the value of the ' ID ' attribute. |
void |
setProduct(java.lang.String value)
Sets the value of the ' Product ' attribute. |
void |
setQuantity(int value)
Sets the value of the ' Quantity ' attribute. |
Method Detail |
---|
int getID()
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(int)
void setID(int value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
java.lang.String getProduct()
If the meaning of the 'Product' attribute isn't clear, there really should be more of a description here...
setProduct(String)
void setProduct(java.lang.String value)
Product
' attribute.
value
- the new value of the 'Product' attribute.getProduct()
int getQuantity()
If the meaning of the 'Quantity' attribute isn't clear, there really should be more of a description here...
setQuantity(int)
void setQuantity(int value)
Quantity
' attribute.
value
- the new value of the 'Quantity' attribute.getQuantity()
int getCustomer_ID()
If the meaning of the 'Customer ID' attribute isn't clear, there really should be more of a description here...
setCustomer_ID(int)
void setCustomer_ID(int value)
Customer ID
' attribute.
value
- the new value of the 'Customer ID' attribute.getCustomer_ID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |