Author

data class Author(val firstname: String = "", val lastname: String = "", var relator: Relator = Relator.AUTHOR)(source)

Represents one of the authors of the book

Constructors

Link copied to clipboard
constructor(firstname: String = "", lastname: String = "", relator: Relator = Relator.AUTHOR)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun setRole(code: String?): Relator