org.eclipse.emf.test.models.ppo
Interface PurchaseOrder

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
PurchaseOrderImpl

public interface PurchaseOrder
extends EObject

A representation of the model object 'Purchase Order'.

The following features are supported:

See Also:
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

getItems

EList<Item> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type Item.

If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Items' containment reference list.
See Also:
PPOPackage.getPurchaseOrder_Items()

getComment

java.lang.String getComment()
Returns the value of the 'Comment' attribute.

If the meaning of the 'Comment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comment' attribute.
See Also:
setComment(String), PPOPackage.getPurchaseOrder_Comment()

setComment

void setComment(java.lang.String value)
Sets the value of the 'Comment' attribute.

Parameters:
value - the new value of the 'Comment' attribute.
See Also:
getComment()

getOrderDate

java.util.Date getOrderDate()
Returns the value of the 'Order Date' attribute.

If the meaning of the 'Order Date' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Order Date' attribute.
See Also:
setOrderDate(Date), PPOPackage.getPurchaseOrder_OrderDate()

setOrderDate

void setOrderDate(java.util.Date value)
Sets the value of the 'Order Date' attribute.

Parameters:
value - the new value of the 'Order Date' attribute.
See Also:
getOrderDate()

getBillTo

USAddress getBillTo()
Returns the value of the 'Bill To' containment reference.

If the meaning of the 'Bill To' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bill To' containment reference.
See Also:
setBillTo(USAddress), PPOPackage.getPurchaseOrder_BillTo()

setBillTo

void setBillTo(USAddress value)
Sets the value of the 'Bill To' containment reference.

Parameters:
value - the new value of the 'Bill To' containment reference.
See Also:
getBillTo()

getShipTo

USAddress getShipTo()
Returns the value of the 'Ship To' containment reference.

If the meaning of the 'Ship To' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ship To' containment reference.
See Also:
setShipTo(USAddress), PPOPackage.getPurchaseOrder_ShipTo()

setShipTo

void setShipTo(USAddress value)
Sets the value of the 'Ship To' containment reference.

Parameters:
value - the new value of the 'Ship To' containment reference.
See Also:
getShipTo()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.