C# Class nl.siegmann.epublib.domain.Author

Exibir arquivo Open project: lanfengqi/EpubLib-Sharp Class Usage Examples

Public Methods

Method Description
Author ( string singleName ) : System
Author ( string firstname, string lastname ) : System
equals ( Object authorObject ) : bool
getFirstname ( ) : string
getLastname ( ) : string
getRelator ( ) : Relator
hashCode ( ) : int
setFirstname ( string firstname ) : void
setLastname ( string lastname ) : void
setRelator ( Relator relator ) : void
setRole ( string code ) : Relator
toString ( ) : string

Method Details

Author() public method

public Author ( string singleName ) : System
singleName string
return System

Author() public method

public Author ( string firstname, string lastname ) : System
firstname string
lastname string
return System

equals() public method

public equals ( Object authorObject ) : bool
authorObject Object
return bool

getFirstname() public method

public getFirstname ( ) : string
return string

getLastname() public method

public getLastname ( ) : string
return string

getRelator() public method

public getRelator ( ) : Relator
return Relator

hashCode() public method

public hashCode ( ) : int
return int

setFirstname() public method

public setFirstname ( string firstname ) : void
firstname string
return void

setLastname() public method

public setLastname ( string lastname ) : void
lastname string
return void

setRelator() public method

public setRelator ( Relator relator ) : void
relator Relator
return void

setRole() public method

public setRole ( string code ) : Relator
code string
return Relator

toString() public method

public toString ( ) : string
return string