org.eclipse.emf.examples.extlibrary
Interface BookOnTape

All Superinterfaces:
AudioVisualItem, CirculatingItem, EObject, Item, Lendable, Notifier
All Known Implementing Classes:
BookOnTapeImpl

public interface BookOnTape
extends AudioVisualItem

A representation of the model object 'Book On Tape'.

The following features are supported:

See Also:
EXTLibraryPackage.getBookOnTape()

Method Summary
 Writer getAuthor()
          Returns the value of the 'Author' reference
 Person getReader()
          Returns the value of the 'Reader' reference
 void setAuthor(Writer value)
          Sets the value of the 'Author' reference
 void setReader(Person value)
          Sets the value of the 'Reader' reference
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.AudioVisualItem
getMinutesLength, getTitle, isDamaged, setDamaged, setMinutesLength, setTitle
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Item
getPublicationDate, setPublicationDate
 
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
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Lendable
getBorrowers, getCopies, setCopies
 
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

getReader

Person getReader()
Returns the value of the 'Reader' reference.

Returns:
the value of the 'Reader' reference.
See Also:
setReader(Person), EXTLibraryPackage.getBookOnTape_Reader()

setReader

void setReader(Person value)
Sets the value of the 'Reader' reference.

Parameters:
value - the new value of the 'Reader' reference.
See Also:
getReader()

getAuthor

Writer getAuthor()
Returns the value of the 'Author' reference.

Returns:
the value of the 'Author' reference.
See Also:
setAuthor(Writer), EXTLibraryPackage.getBookOnTape_Author()

setAuthor

void setAuthor(Writer value)
Sets the value of the 'Author' reference.

Parameters:
value - the new value of the 'Author' reference.
See Also:
getAuthor()

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