|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Book
A representation of the model object 'Book'.
The following features are supported:
LibraryPackage.getBook()
Method Summary | |
---|---|
int |
getISBN()
Returns the value of the 'ISBN' attribute. |
Library |
getLibrary()
Returns the value of the 'Library' container reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
Writer |
getWriter()
Returns the value of the 'Writer' reference. |
void |
setISBN(int value)
Sets the value of the ' ISBN ' attribute. |
void |
setLibrary(Library value)
Sets the value of the ' Library ' container reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setWriter(Writer value)
Sets the value of the ' Writer ' reference. |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
LibraryPackage.getBook_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getISBN()
If the meaning of the 'ISBN' attribute isn't clear, there really should be more of a description here...
setISBN(int)
,
LibraryPackage.getBook_ISBN()
void setISBN(int value)
ISBN
' attribute.
value
- the new value of the 'ISBN' attribute.getISBN()
Writer getWriter()
If the meaning of the 'Writer' reference isn't clear, there really should be more of a description here...
setWriter(Writer)
,
LibraryPackage.getBook_Writer()
void setWriter(Writer value)
Writer
' reference.
value
- the new value of the 'Writer' reference.getWriter()
Library getLibrary()
Books
'.
If the meaning of the 'Library' container reference isn't clear, there really should be more of a description here...
setLibrary(Library)
,
LibraryPackage.getBook_Library()
,
Library.getBooks()
void setLibrary(Library value)
Library
' container reference.
value
- the new value of the 'Library' container reference.getLibrary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |