Метод | Описание | |
---|---|---|
Book ( ) : System | ||
getAuthor ( ) : String | ||
getBookID ( ) : int | ||
getTitle ( ) : String | ||
initBook ( ) : void | ||
setAuthorName ( String newName ) : void | ||
setBookID ( int newID ) : void | ||
setTitle ( String newTitle ) : void |
public setAuthorName ( String newName ) : void | ||
newName | String | |
Результат | void |
public setTitle ( String newTitle ) : void | ||
newTitle | String | |
Результат | void |