|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.test.models.ppo.impl.PurchaseOrderImpl
public class PurchaseOrderImpl
An implementation of the model object 'Purchase Order'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected USAddress |
billTo
The cached value of the ' Bill To ' containment reference |
protected java.lang.String |
comment
The cached value of the ' Comment ' attribute |
protected static java.lang.String |
COMMENT_EDEFAULT
The default value of the ' Comment ' attribute |
protected EList<Item> |
items
The cached value of the ' Items ' containment reference list |
protected static java.util.Date |
ORDER_DATE_EDEFAULT
The default value of the ' Order Date ' attribute |
protected java.util.Date |
orderDate
The cached value of the ' Order Date ' attribute |
protected USAddress |
shipTo
The cached value of the ' Ship To ' containment reference |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
PurchaseOrderImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetBillTo(USAddress newBillTo,
NotificationChain msgs)
|
NotificationChain |
basicSetShipTo(USAddress newShipTo,
NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
USAddress |
getBillTo()
|
java.lang.String |
getComment()
|
EList<Item> |
getItems()
|
java.util.Date |
getOrderDate()
|
USAddress |
getShipTo()
|
void |
setBillTo(USAddress newBillTo)
|
void |
setComment(java.lang.String newComment)
|
void |
setOrderDate(java.util.Date newOrderDate)
|
void |
setShipTo(USAddress newShipTo)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected EList<Item> items
Items
' containment reference list.
getItems()
protected static final java.lang.String COMMENT_EDEFAULT
Comment
' attribute.
getComment()
protected java.lang.String comment
Comment
' attribute.
getComment()
protected static final java.util.Date ORDER_DATE_EDEFAULT
Order Date
' attribute.
getOrderDate()
protected java.util.Date orderDate
Order Date
' attribute.
getOrderDate()
protected USAddress billTo
Bill To
' containment reference.
getBillTo()
protected USAddress shipTo
Ship To
' containment reference.
getShipTo()
Constructor Detail |
---|
protected PurchaseOrderImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<Item> getItems()
getItems
in interface PurchaseOrder
PPOPackage.getPurchaseOrder_Items()
public java.lang.String getComment()
getComment
in interface PurchaseOrder
PurchaseOrder.setComment(String)
,
PPOPackage.getPurchaseOrder_Comment()
public void setComment(java.lang.String newComment)
setComment
in interface PurchaseOrder
newComment
- the new value of the 'Comment' attribute.PurchaseOrder.getComment()
public java.util.Date getOrderDate()
getOrderDate
in interface PurchaseOrder
PurchaseOrder.setOrderDate(Date)
,
PPOPackage.getPurchaseOrder_OrderDate()
public void setOrderDate(java.util.Date newOrderDate)
setOrderDate
in interface PurchaseOrder
newOrderDate
- the new value of the 'Order Date' attribute.PurchaseOrder.getOrderDate()
public USAddress getBillTo()
getBillTo
in interface PurchaseOrder
PurchaseOrder.setBillTo(USAddress)
,
PPOPackage.getPurchaseOrder_BillTo()
public NotificationChain basicSetBillTo(USAddress newBillTo, NotificationChain msgs)
public void setBillTo(USAddress newBillTo)
setBillTo
in interface PurchaseOrder
newBillTo
- the new value of the 'Bill To' containment reference.PurchaseOrder.getBillTo()
public USAddress getShipTo()
getShipTo
in interface PurchaseOrder
PurchaseOrder.setShipTo(USAddress)
,
PPOPackage.getPurchaseOrder_ShipTo()
public NotificationChain basicSetShipTo(USAddress newShipTo, NotificationChain msgs)
public void setShipTo(USAddress newShipTo)
setShipTo
in interface PurchaseOrder
newShipTo
- the new value of the 'Ship To' containment reference.PurchaseOrder.getShipTo()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
InternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
EObject.eSet(EStructuralFeature, Object)
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
EObject.eUnset(EStructuralFeature)
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
EObject.eIsSet(EStructuralFeature)
public java.lang.String toString()
toString
in class BasicEObjectImpl
|
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 |