C# Class Simpl.Tutorials.Book

Afficher le fichier Open project: ecologylab/simplCSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Book ( ) : System
Résultat System

getAuthor() public méthode

public getAuthor ( ) : String
Résultat String

getBookID() public méthode

public getBookID ( ) : int
Résultat int

getTitle() public méthode

public getTitle ( ) : String
Résultat String

initBook() public méthode

public initBook ( ) : void
Résultat void

setAuthorName() public méthode

public setAuthorName ( String newName ) : void
newName String
Résultat void

setBookID() public méthode

public setBookID ( int newID ) : void
newID int
Résultat void

setTitle() public méthode

public setTitle ( String newTitle ) : void
newTitle String
Résultat void