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

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

public interface CustomerOrder
extends EObject

A representation of the model object 'Customer Order'.

The following features are supported:

See Also:
OrderPackage.getCustomerOrder()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 java.lang.String getCustomerID()
          Returns the value of the 'Customer ID' attribute
 Order getMoviesSeen()
          Returns the value of the 'Movies Seen' containment reference
 Order getMoviesToSee()
          Returns the value of the 'Movies To See' containment reference
 void setCustomerID(java.lang.String value)
          Sets the value of the 'Customer ID' attribute
 void setMoviesSeen(Order value)
          Sets the value of the 'Movies Seen' containment reference
 void setMoviesToSee(Order value)
          Sets the value of the 'Movies To See' containment reference
 
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

getMoviesToSee

Order getMoviesToSee()
Returns the value of the 'Movies To See' containment reference.

If the meaning of the 'Movies To See' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Movies To See' containment reference.
See Also:
setMoviesToSee(Order), OrderPackage.getCustomerOrder_MoviesToSee()

setMoviesToSee

void setMoviesToSee(Order value)
Sets the value of the 'Movies To See' containment reference.

Parameters:
value - the new value of the 'Movies To See' containment reference.
See Also:
getMoviesToSee()

getMoviesSeen

Order getMoviesSeen()
Returns the value of the 'Movies Seen' containment reference.

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

Returns:
the value of the 'Movies Seen' containment reference.
See Also:
setMoviesSeen(Order), OrderPackage.getCustomerOrder_MoviesSeen()

setMoviesSeen

void setMoviesSeen(Order value)
Sets the value of the 'Movies Seen' containment reference.

Parameters:
value - the new value of the 'Movies Seen' containment reference.
See Also:
getMoviesSeen()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
OrderPackage.getCustomerOrder_Any()

getCustomerID

java.lang.String getCustomerID()
Returns the value of the 'Customer ID' attribute.

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

Returns:
the value of the 'Customer ID' attribute.
See Also:
setCustomerID(String), OrderPackage.getCustomerOrder_CustomerID()

setCustomerID

void setCustomerID(java.lang.String value)
Sets the value of the 'Customer ID' attribute.

Parameters:
value - the new value of the 'Customer ID' attribute.
See Also:
getCustomerID()

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