public class BookOrder extends PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
Constructor and Description |
---|
BookOrder() |
Modifier and Type | Method and Description |
---|---|
Book |
getBook() |
Long |
getBookId() |
KualiPercent |
getDiscount() |
String |
getDocumentId() |
Long |
getId() |
Integer |
getQuantity() |
KualiDecimal |
getTotalPrice() |
KualiDecimal |
getUnitPrice() |
void |
setBook(Book book) |
void |
setBookId(Long bookId) |
void |
setDiscount(KualiPercent discount) |
void |
setDocumentId(String documentId) |
void |
setId(Long id) |
void |
setQuantity(Integer quantity) |
void |
setTotalPrice(KualiDecimal totalPrice) |
void |
setUnitPrice(KualiDecimal unitPrice) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public BookOrder()
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getDocumentId()
public void setDocumentId(String documentId)
public KualiPercent getDiscount()
public void setDiscount(KualiPercent discount)
public KualiDecimal getUnitPrice()
public void setUnitPrice(KualiDecimal unitPrice)
public KualiDecimal getTotalPrice()
public void setTotalPrice(KualiDecimal totalPrice)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.