|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PurchaseOrder
A representation of the model object 'Purchase Order'.
The following features are supported:
PPOPackage.getPurchaseOrder()| Method Summary | |
|---|---|
USAddress |
getBillTo()
Returns the value of the 'Bill To' containment reference |
java.lang.String |
getComment()
Returns the value of the 'Comment' attribute |
EList<Item> |
getItems()
Returns the value of the 'Items' containment reference list. |
java.util.Date |
getOrderDate()
Returns the value of the 'Order Date' attribute |
USAddress |
getShipTo()
Returns the value of the 'Ship To' containment reference |
void |
setBillTo(USAddress value)
Sets the value of the ' Bill To' containment reference |
void |
setComment(java.lang.String value)
Sets the value of the ' Comment' attribute |
void |
setOrderDate(java.util.Date value)
Sets the value of the ' Order Date' attribute |
void |
setShipTo(USAddress value)
Sets the value of the ' Ship To' containment reference |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
EList<Item> getItems()
Item.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
PPOPackage.getPurchaseOrder_Items()java.lang.String getComment()
If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...
setComment(String),
PPOPackage.getPurchaseOrder_Comment()void setComment(java.lang.String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()java.util.Date getOrderDate()
If the meaning of the 'Order Date' attribute isn't clear, there really should be more of a description here...
setOrderDate(Date),
PPOPackage.getPurchaseOrder_OrderDate()void setOrderDate(java.util.Date value)
Order Date' attribute.
value - the new value of the 'Order Date' attribute.getOrderDate()USAddress getBillTo()
If the meaning of the 'Bill To' containment reference isn't clear, there really should be more of a description here...
setBillTo(USAddress),
PPOPackage.getPurchaseOrder_BillTo()void setBillTo(USAddress value)
Bill To' containment reference.
value - the new value of the 'Bill To' containment reference.getBillTo()USAddress getShipTo()
If the meaning of the 'Ship To' containment reference isn't clear, there really should be more of a description here...
setShipTo(USAddress),
PPOPackage.getPurchaseOrder_ShipTo()void setShipTo(USAddress value)
Ship To' containment reference.
value - the new value of the 'Ship To' containment reference.getShipTo()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||