|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase edu.sampleu.bookstore.bo.BookOrder
public class BookOrder
BookOrder Business Object class file.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
BookOrder()
|
Method Summary | |
---|---|
Book |
getBook()
|
Long |
getBookId()
|
org.kuali.rice.core.util.type.KualiPercent |
getDiscount()
|
String |
getDocumentId()
|
Long |
getId()
|
Integer |
getQuantity()
|
org.kuali.rice.core.util.type.KualiDecimal |
getTotalPrice()
|
org.kuali.rice.core.util.type.KualiDecimal |
getUnitPrice()
|
void |
setBook(Book book)
|
void |
setBookId(Long bookId)
|
void |
setDiscount(org.kuali.rice.core.util.type.KualiPercent discount)
|
void |
setDocumentId(String documentId)
|
void |
setId(Long id)
|
void |
setQuantity(Integer quantity)
|
void |
setTotalPrice(org.kuali.rice.core.util.type.KualiDecimal totalPrice)
|
void |
setUnitPrice(org.kuali.rice.core.util.type.KualiDecimal unitPrice)
|
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 |
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public BookOrder()
Method Detail |
---|
public Long getId()
public void setId(Long id)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public String getDocumentId()
public void setDocumentId(String documentId)
public Long getBookId()
public void setBookId(Long bookId)
public Book getBook()
public void setBook(Book book)
public org.kuali.rice.core.util.type.KualiPercent getDiscount()
public void setDiscount(org.kuali.rice.core.util.type.KualiPercent discount)
public org.kuali.rice.core.util.type.KualiDecimal getUnitPrice()
public void setUnitPrice(org.kuali.rice.core.util.type.KualiDecimal unitPrice)
public org.kuali.rice.core.util.type.KualiDecimal getTotalPrice()
public void setTotalPrice(org.kuali.rice.core.util.type.KualiDecimal totalPrice)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |