org.eclipse.emf.examples.extlibrary
Interface CirculatingItem

All Superinterfaces:
EObject, Item, Lendable, Notifier
All Known Subinterfaces:
AudioVisualItem, Book, BookOnTape, VideoCassette
All Known Implementing Classes:
AudioVisualItemImpl, BookImpl, BookOnTapeImpl, CirculatingItemImpl, VideoCassetteImpl

public interface CirculatingItem
extends Item, Lendable

A representation of the model object 'Circulating Item'.

See Also:
EXTLibraryPackage.getCirculatingItem()

Method Summary
 
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
 


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