public interface AudioVisualItem extends CirculatingItem
The following features are supported:
EXTLibraryPackage.getAudioVisualItem()| Modifier and Type | Method and Description |
|---|---|
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 |
getPublicationDate, setPublicationDategetBorrowers, getCopies, setCopieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getTitle()
setTitle(String),
EXTLibraryPackage.getAudioVisualItem_Title()void setTitle(java.lang.String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()int getMinutesLength()
setMinutesLength(int),
EXTLibraryPackage.getAudioVisualItem_MinutesLength()void setMinutesLength(int value)
Minutes Length' attribute.
value - the new value of the 'Minutes Length' attribute.getMinutesLength()boolean isDamaged()
setDamaged(boolean),
EXTLibraryPackage.getAudioVisualItem_Damaged()void setDamaged(boolean value)
Damaged' attribute.
value - the new value of the 'Damaged' attribute.isDamaged()