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

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

public interface Item
extends EObject

A representation of the model object 'Item'.

The following features are supported:

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

getProductName

java.lang.String getProductName()
Returns the value of the 'Product Name' attribute.

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

Returns:
the value of the 'Product Name' attribute.
See Also:
setProductName(String), PPOPackage.getItem_ProductName()

setProductName

void setProductName(java.lang.String value)
Sets the value of the 'Product Name' attribute.

Parameters:
value - the new value of the 'Product Name' attribute.
See Also:
getProductName()

getQuantity

int getQuantity()
Returns the value of the 'Quantity' attribute.

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

Returns:
the value of the 'Quantity' attribute.
See Also:
setQuantity(int), PPOPackage.getItem_Quantity()

setQuantity

void setQuantity(int value)
Sets the value of the 'Quantity' attribute.

Parameters:
value - the new value of the 'Quantity' attribute.
See Also:
getQuantity()

getUSPrice

int getUSPrice()
Returns the value of the 'US Price' attribute.

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

Returns:
the value of the 'US Price' attribute.
See Also:
setUSPrice(int), PPOPackage.getItem_USPrice()

setUSPrice

void setUSPrice(int value)
Sets the value of the 'US Price' attribute.

Parameters:
value - the new value of the 'US Price' attribute.
See Also:
getUSPrice()

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.getItem_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()

getShipDate

java.util.Date getShipDate()
Returns the value of the 'Ship Date' attribute.

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

Returns:
the value of the 'Ship Date' attribute.
See Also:
setShipDate(Date), PPOPackage.getItem_ShipDate()

setShipDate

void setShipDate(java.util.Date value)
Sets the value of the 'Ship Date' attribute.

Parameters:
value - the new value of the 'Ship Date' attribute.
See Also:
getShipDate()

getPartNum

java.lang.String getPartNum()
Returns the value of the 'Part Num' attribute.

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

Returns:
the value of the 'Part Num' attribute.
See Also:
setPartNum(String), PPOPackage.getItem_PartNum()

setPartNum

void setPartNum(java.lang.String value)
Sets the value of the 'Part Num' attribute.

Parameters:
value - the new value of the 'Part Num' attribute.
See Also:
getPartNum()

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