|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.web.form.UifFormBase org.kuali.rice.krad.web.form.DocumentFormBase org.kuali.ole.patron.bill.form.ItemBillForm
public class ItemBillForm
Created with IntelliJ IDEA. User: ? Date: 10/17/12 Time: 9:46 PM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.web.form.DocumentFormBase |
---|
document |
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
actionParameters, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, postedView, readOnlyFieldsList, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, skipViewInit, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Constructor Summary | |
---|---|
ItemBillForm()
|
Method Summary | |
---|---|
Date |
getBillDate()
|
String |
getBillNumber()
|
BigDecimal |
getFeeAmount()
|
String |
getFeeType()
|
String |
getItemBarcode()
|
List<ItemBill> |
getItemBillList()
|
FeeType |
getPatronFeeType()
|
String |
getPatronId()
|
String |
getPaymentStatusName()
|
BigDecimal |
getTotalAmount()
|
BigDecimal |
getUnPaidBalance()
|
void |
setBillDate(Date billDate)
|
void |
setBillNumber(String billNumber)
|
void |
setFeeAmount(BigDecimal feeAmount)
|
void |
setFeeType(String feeType)
|
void |
setItemBarcode(String itemBarcode)
|
void |
setItemBillList(List<ItemBill> itemBillList)
|
void |
setPatronFeeType(FeeType patronFeeType)
|
void |
setPatronId(String patronId)
|
void |
setPaymentStatusName(String paymentStatusName)
|
void |
setTotalAmount(BigDecimal totalAmount)
|
void |
setUnPaidBalance(BigDecimal unPaidBalance)
|
Methods inherited from class org.kuali.rice.krad.web.form.DocumentFormBase |
---|
getAnnotation, getCommand, getDefaultDocumentTypeName, getDocId, getDocTypeName, getDocument, getDocumentCreateDate, getDocumentInitiatorNetworkId, getWorkflowDocument, instantiateDocument, setAnnotation, setCommand, setDocId, setDocTypeName, setDocument |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
---|
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getPostedView, getReadOnlyFieldsList, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isSkipViewInit, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setPostedView, setReadOnlyFieldsList, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSkipViewInit, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ItemBillForm()
Method Detail |
---|
public String getItemBarcode()
public void setItemBarcode(String itemBarcode)
public List<ItemBill> getItemBillList()
public void setItemBillList(List<ItemBill> itemBillList)
public BigDecimal getFeeAmount()
public void setFeeAmount(BigDecimal feeAmount)
public String getFeeType()
public void setFeeType(String feeType)
public BigDecimal getUnPaidBalance()
public void setUnPaidBalance(BigDecimal unPaidBalance)
public String getPaymentStatusName()
public void setPaymentStatusName(String paymentStatusName)
public String getPatronId()
public void setPatronId(String patronId)
public Date getBillDate()
public void setBillDate(Date billDate)
public String getBillNumber()
public void setBillNumber(String billNumber)
public BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
public FeeType getPatronFeeType()
public void setPatronFeeType(FeeType patronFeeType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |