|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Customer
A representation of the model object 'Customer'.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the value of the 'Address' attribute. |
int |
getID()
Returns the value of the 'ID' attribute. |
java.lang.String |
getLastName()
Returns the value of the 'Last Name' attribute. |
java.util.List |
getOrders()
Returns the value of the 'Orders' containment reference list. |
void |
setAddress(java.lang.String value)
Sets the value of the ' Address ' attribute. |
void |
setID(int value)
Sets the value of the ' ID ' attribute. |
void |
setLastName(java.lang.String value)
Sets the value of the ' Last Name ' 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 getLastName()
If the meaning of the 'Last Name' attribute isn't clear, there really should be more of a description here...
setLastName(String)
void setLastName(java.lang.String value)
Last Name
' attribute.
value
- the new value of the 'Last Name' attribute.getLastName()
java.lang.String getAddress()
If the meaning of the 'Address' attribute isn't clear, there really should be more of a description here...
setAddress(String)
void setAddress(java.lang.String value)
Address
' attribute.
value
- the new value of the 'Address' attribute.getAddress()
java.util.List getOrders()
AnOrder
.
If the meaning of the 'Orders' containment reference list isn't clear, there really should be more of a description here...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |