C# Class Simpl.Tutorials.Book

Exibir arquivo Open project: ecologylab/simplCSharp Class Usage Examples

Public Methods

Method Description
Book ( ) : System
getAuthor ( ) : String
getBookID ( ) : int
getTitle ( ) : String
initBook ( ) : void
setAuthorName ( String newName ) : void
setBookID ( int newID ) : void
setTitle ( String newTitle ) : void

Method Details

Book() public method

public Book ( ) : System
return System

getAuthor() public method

public getAuthor ( ) : String
return String

getBookID() public method

public getBookID ( ) : int
return int

getTitle() public method

public getTitle ( ) : String
return String

initBook() public method

public initBook ( ) : void
return void

setAuthorName() public method

public setAuthorName ( String newName ) : void
newName String
return void

setBookID() public method

public setBookID ( int newID ) : void
newID int
return void

setTitle() public method

public setTitle ( String newTitle ) : void
newTitle String
return void