|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Item
A representation of the model object 'Item'.
The following features are supported:
PPOPackage.getItem()| Method Summary | |
|---|---|
java.lang.String |
getComment()
Returns the value of the 'Comment' attribute |
java.lang.String |
getPartNum()
Returns the value of the 'Part Num' attribute |
java.lang.String |
getProductName()
Returns the value of the 'Product Name' attribute |
int |
getQuantity()
Returns the value of the 'Quantity' attribute |
java.util.Date |
getShipDate()
Returns the value of the 'Ship Date' attribute |
int |
getUSPrice()
Returns the value of the 'US Price' attribute |
void |
setComment(java.lang.String value)
Sets the value of the ' Comment' attribute |
void |
setPartNum(java.lang.String value)
Sets the value of the ' Part Num' attribute |
void |
setProductName(java.lang.String value)
Sets the value of the ' Product Name' attribute |
void |
setQuantity(int value)
Sets the value of the ' Quantity' attribute |
void |
setShipDate(java.util.Date value)
Sets the value of the ' Ship Date' attribute |
void |
setUSPrice(int value)
Sets the value of the ' US Price' attribute |
| 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 |
|---|
java.lang.String getProductName()
If the meaning of the 'Product Name' attribute isn't clear, there really should be more of a description here...
setProductName(String),
PPOPackage.getItem_ProductName()void setProductName(java.lang.String value)
Product Name' attribute.
value - the new value of the 'Product Name' attribute.getProductName()int getQuantity()
If the meaning of the 'Quantity' attribute isn't clear, there really should be more of a description here...
setQuantity(int),
PPOPackage.getItem_Quantity()void setQuantity(int value)
Quantity' attribute.
value - the new value of the 'Quantity' attribute.getQuantity()int getUSPrice()
If the meaning of the 'US Price' attribute isn't clear, there really should be more of a description here...
setUSPrice(int),
PPOPackage.getItem_USPrice()void setUSPrice(int value)
US Price' attribute.
value - the new value of the 'US Price' attribute.getUSPrice()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.getItem_Comment()void setComment(java.lang.String value)
Comment' attribute.
value - the new value of the 'Comment' attribute.getComment()java.util.Date getShipDate()
If the meaning of the 'Ship Date' attribute isn't clear, there really should be more of a description here...
setShipDate(Date),
PPOPackage.getItem_ShipDate()void setShipDate(java.util.Date value)
Ship Date' attribute.
value - the new value of the 'Ship Date' attribute.getShipDate()java.lang.String getPartNum()
If the meaning of the 'Part Num' attribute isn't clear, there really should be more of a description here...
setPartNum(String),
PPOPackage.getItem_PartNum()void setPartNum(java.lang.String value)
Part Num' attribute.
value - the new value of the 'Part Num' attribute.getPartNum()
|
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 | |||||||||