edu.sampleu.bookstore.bo
Class Book
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
edu.sampleu.bookstore.bo.Book
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
public class Book
- extends PersistableBusinessObjectBase
A business object class for the Book maintenance object.
- See Also:
- Serialized Form
Constructor Summary |
Book()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
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, setVersionNumber |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private Long id
title
private String title
typeCode
private String typeCode
isbn
private String isbn
publisher
private String publisher
publicationDate
private Date publicationDate
price
private KualiDecimal price
rating
private KualiInteger rating
bookType
private BookType bookType
authors
private List<Author> authors
Book
public Book()
getId
public Long getId()
setId
public void setId(Long id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getTypeCode
public String getTypeCode()
setTypeCode
public void setTypeCode(String typeCode)
getBookType
public BookType getBookType()
setBookType
public void setBookType(BookType bookType)
getIsbn
public String getIsbn()
setIsbn
public void setIsbn(String isbn)
getPublisher
public String getPublisher()
setPublisher
public void setPublisher(String publisher)
getPublicationDate
public Date getPublicationDate()
setPublicationDate
public void setPublicationDate(Date publicationDate)
getRating
public KualiInteger getRating()
setRating
public void setRating(KualiInteger rating)
getPrice
public KualiDecimal getPrice()
setPrice
public void setPrice(KualiDecimal price)
getAuthors
public List<Author> getAuthors()
setAuthors
public void setAuthors(List<Author> authors)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.