edu.sampleu.bookstore.bo
Class BookOrder
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.bookstore.bo.BookOrder
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
public class BookOrder
- extends PersistableBusinessObjectBase
BookOrder Business Object class file.
- See Also:
- Serialized Form
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private Long id
documentId
private String documentId
bookId
private Long bookId
quantity
private Integer quantity
discount
private KualiPercent discount
unitPrice
private KualiDecimal unitPrice
totalPrice
private KualiDecimal totalPrice
book
private Book book
BookOrder
public BookOrder()
getId
public Long getId()
setId
public void setId(Long id)
getQuantity
public Integer getQuantity()
setQuantity
public void setQuantity(Integer quantity)
getDocumentId
public String getDocumentId()
setDocumentId
public void setDocumentId(String documentId)
getBookId
public Long getBookId()
setBookId
public void setBookId(Long bookId)
getBook
public Book getBook()
setBook
public void setBook(Book book)
getDiscount
public KualiPercent getDiscount()
setDiscount
public void setDiscount(KualiPercent discount)
getUnitPrice
public KualiDecimal getUnitPrice()
setUnitPrice
public void setUnitPrice(KualiDecimal unitPrice)
getTotalPrice
public KualiDecimal getTotalPrice()
setTotalPrice
public void setTotalPrice(KualiDecimal totalPrice)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.