org.eclipse.emf.test.models.order
Interface Order

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

public interface Order
extends EObject

A representation of the model object 'Order'. Describes a movie order which includes date and the list of movies

The following features are supported:

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

getDateRequested

javax.xml.datatype.XMLGregorianCalendar getDateRequested()
Returns the value of the 'Date Requested' attribute.

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

Returns:
the value of the 'Date Requested' attribute.
See Also:
setDateRequested(XMLGregorianCalendar), OrderPackage.getOrder_DateRequested()

setDateRequested

void setDateRequested(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Date Requested' attribute.

Parameters:
value - the new value of the 'Date Requested' attribute.
See Also:
getDateRequested()

getLastUpdated

javax.xml.datatype.XMLGregorianCalendar getLastUpdated()
Returns the value of the 'Last Updated' attribute.

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

Returns:
the value of the 'Last Updated' attribute.
See Also:
setLastUpdated(XMLGregorianCalendar), OrderPackage.getOrder_LastUpdated()

setLastUpdated

void setLastUpdated(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the 'Last Updated' attribute.

Parameters:
value - the new value of the 'Last Updated' attribute.
See Also:
getLastUpdated()

getMovies

java.util.List<java.lang.String> getMovies()
Returns the value of the 'Movies' attribute.

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

Returns:
the value of the 'Movies' attribute.
See Also:
setMovies(List), OrderPackage.getOrder_Movies()

setMovies

void setMovies(java.util.List<java.lang.String> value)
Sets the value of the 'Movies' attribute.

Parameters:
value - the new value of the 'Movies' attribute.
See Also:
getMovies()

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