public class Book extends PersistableBusinessObjectBase
extension, versionNumber| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
List<Author> |
getAuthors() |
BookType |
getBookType() |
Long |
getId() |
String |
getIsbn() |
KualiDecimal |
getPrice() |
Date |
getPublicationDate() |
String |
getPublisher() |
KualiInteger |
getRating() |
String |
getTitle() |
String |
getTypeCode() |
void |
setAuthors(List<Author> authors) |
void |
setBookType(BookType bookType) |
void |
setId(Long id) |
void |
setIsbn(String isbn) |
void |
setPrice(KualiDecimal price) |
void |
setPublicationDate(Date publicationDate) |
void |
setPublisher(String publisher) |
void |
setRating(KualiInteger rating) |
void |
setTitle(String title) |
void |
setTypeCode(String typeCode) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic Book()
public String getTypeCode()
public void setTypeCode(String typeCode)
public BookType getBookType()
public void setBookType(BookType bookType)
public String getPublisher()
public void setPublisher(String publisher)
public Date getPublicationDate()
public void setPublicationDate(Date publicationDate)
public KualiInteger getRating()
public void setRating(KualiInteger rating)
public KualiDecimal getPrice()
public void setPrice(KualiDecimal price)
public List<Author> getAuthors()
public void setAuthors(List<Author> authors)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.