org.eclipse.emf.examples.extlibrary
Interface Item

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
AudioVisualItem, Book, BookOnTape, CirculatingItem, Periodical, VideoCassette
All Known Implementing Classes:
AudioVisualItemImpl, BookImpl, BookOnTapeImpl, CirculatingItemImpl, ItemImpl, PeriodicalImpl, VideoCassetteImpl

public interface Item
extends EObject

A representation of the model object 'Item'.

The following features are supported:

See Also:
EXTLibraryPackage.getItem()

Method Summary
 java.util.Date getPublicationDate()
          Returns the value of the 'Publication Date' attribute
 void setPublicationDate(java.util.Date value)
          Sets the value of the 'Publication Date' 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

getPublicationDate

java.util.Date getPublicationDate()
Returns the value of the 'Publication Date' attribute.

Returns:
the value of the 'Publication Date' attribute.
See Also:
setPublicationDate(Date), EXTLibraryPackage.getItem_PublicationDate()

setPublicationDate

void setPublicationDate(java.util.Date value)
Sets the value of the 'Publication Date' attribute.

Parameters:
value - the new value of the 'Publication Date' attribute.
See Also:
getPublicationDate()

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