org.eclipse.emf.examples.extlibrary
Interface AudioVisualItem

All Superinterfaces:
CirculatingItem, EObject, Item, Lendable, Notifier
All Known Subinterfaces:
BookOnTape, VideoCassette
All Known Implementing Classes:
AudioVisualItemImpl, BookOnTapeImpl, VideoCassetteImpl

public interface AudioVisualItem
extends CirculatingItem

A representation of the model object 'Audo Visual Item'.

The following features are supported:

See Also:
EXTLibraryPackage.getAudioVisualItem()

Method Summary
 int getMinutesLength()
          Returns the value of the 'Minutes Length' attribute
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute
 boolean isDamaged()
          Returns the value of the 'Damaged' attribute
 void setDamaged(boolean value)
          Sets the value of the 'Damaged' attribute
 void setMinutesLength(int value)
          Sets the value of the 'Minutes Length' attribute
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' attribute
 
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

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), EXTLibraryPackage.getAudioVisualItem_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

getMinutesLength

int getMinutesLength()
Returns the value of the 'Minutes Length' attribute.

Returns:
the value of the 'Minutes Length' attribute.
See Also:
setMinutesLength(int), EXTLibraryPackage.getAudioVisualItem_MinutesLength()

setMinutesLength

void setMinutesLength(int value)
Sets the value of the 'Minutes Length' attribute.

Parameters:
value - the new value of the 'Minutes Length' attribute.
See Also:
getMinutesLength()

isDamaged

boolean isDamaged()
Returns the value of the 'Damaged' attribute.

Returns:
the value of the 'Damaged' attribute.
See Also:
setDamaged(boolean), EXTLibraryPackage.getAudioVisualItem_Damaged()

setDamaged

void setDamaged(boolean value)
Sets the value of the 'Damaged' attribute.

Parameters:
value - the new value of the 'Damaged' attribute.
See Also:
isDamaged()

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