|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Order
A representation of the model object 'Order'. Describes a movie order which includes date and the list of movies
The following features are supported:
OrderPackage.getOrder()| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDateRequested()
Returns the value of the 'Date Requested' attribute |
javax.xml.datatype.XMLGregorianCalendar |
getLastUpdated()
Returns the value of the 'Last Updated' attribute |
java.util.List<java.lang.String> |
getMovies()
Returns the value of the 'Movies' attribute |
void |
setDateRequested(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the ' Date Requested' attribute |
void |
setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the ' Last Updated' attribute |
void |
setMovies(java.util.List<java.lang.String> value)
Sets the value of the ' Movies' 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 |
|---|
javax.xml.datatype.XMLGregorianCalendar getDateRequested()
If the meaning of the 'Date Requested' attribute isn't clear, there really should be more of a description here...
setDateRequested(XMLGregorianCalendar),
OrderPackage.getOrder_DateRequested()void setDateRequested(javax.xml.datatype.XMLGregorianCalendar value)
Date Requested' attribute.
value - the new value of the 'Date Requested' attribute.getDateRequested()javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
If the meaning of the 'Last Updated' attribute isn't clear, there really should be more of a description here...
setLastUpdated(XMLGregorianCalendar),
OrderPackage.getOrder_LastUpdated()void setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Last Updated' attribute.
value - the new value of the 'Last Updated' attribute.getLastUpdated()java.util.List<java.lang.String> getMovies()
If the meaning of the 'Movies' attribute isn't clear, there really should be more of a description here...
setMovies(List),
OrderPackage.getOrder_Movies()void setMovies(java.util.List<java.lang.String> value)
Movies' attribute.
value - the new value of the 'Movies' attribute.getMovies()
|
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 | |||||||||