public class BookImpl extends CirculatingItemImpl implements Book
The following features are implemented:
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplBasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterListInternalEObject.EStore| Modifier and Type | Field and Description |
|---|---|
protected Writer |
author
The cached value of the '
Author' reference |
protected BookCategory |
category
The cached value of the '
Category' attribute |
protected static BookCategory |
CATEGORY_EDEFAULT
The default value of the '
Category' attribute |
protected static int |
CATEGORY_ESETFLAG
The flag representing whether the Category attribute has been set
|
protected int |
pages
The cached value of the '
Pages' attribute |
protected static int |
PAGES_EDEFAULT
The default value of the '
Pages' attribute |
protected java.lang.String |
title
The cached value of the '
Title' attribute |
protected static java.lang.String |
TITLE_EDEFAULT
The default value of the '
Title' attribute |
borrowers, copies, COPIES_EDEFAULTPUBLICATION_DATE_EDEFAULT, publicationDateeAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXYEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETEOPPOSITE_FEATURE_BASE| Modifier | Constructor and Description |
|---|---|
protected |
BookImpl() |
| Modifier and Type | Method and Description |
|---|---|
Writer |
basicGetAuthor() |
NotificationChain |
basicSetAuthor(Writer newAuthor,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Writer |
getAuthor() |
BookCategory |
getCategory() |
int |
getPages() |
java.lang.String |
getTitle() |
boolean |
isSetCategory() |
void |
setAuthor(Writer newAuthor) |
void |
setCategory(BookCategory newCategory) |
void |
setPages(int newPages) |
void |
setTitle(java.lang.String newTitle) |
java.lang.String |
toString() |
void |
unsetCategory() |
eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getBorrowers, getCopies, setCopiesgetPublicationDate, setPublicationDateeAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPublicationDate, setPublicationDategetBorrowers, getCopies, setCopieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivereNotificationRequiredprotected static final java.lang.String TITLE_EDEFAULT
Title' attribute.
getTitle()protected java.lang.String title
Title' attribute.
getTitle()protected static final int PAGES_EDEFAULT
Pages' attribute.
getPages(),
Constant Field Valuesprotected int pages
Pages' attribute.
getPages()protected static final BookCategory CATEGORY_EDEFAULT
Category' attribute.
getCategory()protected BookCategory category
Category' attribute.
getCategory()protected static final int CATEGORY_ESETFLAG
protected Writer author
Author' reference.
getAuthor()protected EClass eStaticClass()
eStaticClass in class CirculatingItemImplpublic java.lang.String getTitle()
getTitle in interface BookBook.setTitle(String),
EXTLibraryPackage.getBook_Title()public void setTitle(java.lang.String newTitle)
setTitle in interface BooknewTitle - the new value of the 'Title' attribute.Book.getTitle()public int getPages()
getPages in interface BookBook.setPages(int),
EXTLibraryPackage.getBook_Pages()public void setPages(int newPages)
setPages in interface BooknewPages - the new value of the 'Pages' attribute.Book.getPages()public BookCategory getCategory()
getCategory in interface BookBookCategory,
Book.isSetCategory(),
Book.unsetCategory(),
Book.setCategory(BookCategory),
EXTLibraryPackage.getBook_Category()public void setCategory(BookCategory newCategory)
setCategory in interface BooknewCategory - the new value of the 'Category' attribute.BookCategory,
Book.isSetCategory(),
Book.unsetCategory(),
Book.getCategory()public void unsetCategory()
unsetCategory in interface BookBook.isSetCategory(),
Book.getCategory(),
Book.setCategory(BookCategory)public boolean isSetCategory()
isSetCategory in interface BookBook.unsetCategory(),
Book.getCategory(),
Book.setCategory(BookCategory)public Writer getAuthor()
getAuthor in interface BookBook.setAuthor(Writer),
EXTLibraryPackage.getBook_Author(),
Writer.getBooks()public Writer basicGetAuthor()
public NotificationChain basicSetAuthor(Writer newAuthor, NotificationChain msgs)
public void setAuthor(Writer newAuthor)
setAuthor in interface BooknewAuthor - the new value of the 'Author' reference.Book.getAuthor()public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd in class CirculatingItemImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove in class CirculatingItemImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class CirculatingItemImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class CirculatingItemImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class CirculatingItemImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class CirculatingItemImplEObject.eIsSet(EStructuralFeature)public java.lang.String toString()
toString in class CirculatingItemImpl