public interface Lendable extends EObject
The following features are supported:
EXTLibraryPackage.getLendable()| Modifier and Type | Method and Description |
|---|---|
EList<Borrower> |
getBorrowers()
Returns the value of the 'Borrowers' reference list.
|
int |
getCopies()
Returns the value of the 'Copies' attribute
|
void |
setCopies(int value)
Sets the value of the '
Copies' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverint getCopies()
setCopies(int),
EXTLibraryPackage.getLendable_Copies()void setCopies(int value)
Copies' attribute.
value - the new value of the 'Copies' attribute.getCopies()EList<Borrower> getBorrowers()
Borrower.
It is bidirectional and its opposite is 'Borrowed'.
EXTLibraryPackage.getLendable_Borrowers(),
Borrower.getBorrowed()