edu.sampleu.bookstore.bo
Class Book
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           edu.sampleu.bookstore.bo.Book
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.krad.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 | 
 
 
 
 
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.