public interface Book extends CirculatingItem
The following features are supported:
EXTLibraryPackage.getBook()| Modifier and Type | Method and Description |
|---|---|
Writer |
getAuthor()
Returns the value of the 'Author' reference.
|
BookCategory |
getCategory()
Returns the value of the 'Category' attribute.
|
int |
getPages()
Returns the value of the 'Pages' attribute.
|
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute
|
boolean |
isSetCategory()
Returns whether the value of the '
Category' attribute is set |
void |
setAuthor(Writer value)
Sets the value of the '
Author' reference |
void |
setCategory(BookCategory value)
Sets the value of the '
Category' attribute |
void |
setPages(int value)
Sets the value of the '
Pages' attribute |
void |
setTitle(java.lang.String value)
Sets the value of the '
Title' attribute |
void |
unsetCategory()
Unsets the value of the '
Category' 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.getBook_Title()void setTitle(java.lang.String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()int getPages()
"100".
setPages(int),
EXTLibraryPackage.getBook_Pages()void setPages(int value)
Pages' attribute.
value - the new value of the 'Pages' attribute.getPages()BookCategory getCategory()
BookCategory.
BookCategory,
isSetCategory(),
unsetCategory(),
setCategory(BookCategory),
EXTLibraryPackage.getBook_Category()void setCategory(BookCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.BookCategory,
isSetCategory(),
unsetCategory(),
getCategory()void unsetCategory()
Category' attribute.
isSetCategory(),
getCategory(),
setCategory(BookCategory)boolean isSetCategory()
Category' attribute is set.
unsetCategory(),
getCategory(),
setCategory(BookCategory)Writer getAuthor()
Books'.
setAuthor(Writer),
EXTLibraryPackage.getBook_Author(),
Writer.getBooks()void setAuthor(Writer value)
Author' reference.
value - the new value of the 'Author' reference.getAuthor()