org.eclipse.emf.test.models.movie.db
Interface CustomerReviewType

All Superinterfaces:
CriticsReviewType, EObject, Notifier
All Known Implementing Classes:
CustomerReviewTypeImpl

public interface CustomerReviewType
extends CriticsReviewType

A representation of the model object 'Customer Review Type'.

The following features are supported:

See Also:
DBPackage.getCustomerReviewType()

Method Summary
 java.lang.String getComment()
          Returns the value of the 'Comment' attribute
 void setComment(java.lang.String value)
          Sets the value of the 'Comment' attribute
 
Methods inherited from interface org.eclipse.emf.test.models.movie.db.CriticsReviewType
getRating, getReviewedBy, isSetRating, setRating, setReviewedBy, unsetRating
 
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

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), DBPackage.getCustomerReviewType_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()

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