org.kuali.ole.patron.bill.form
Class ItemBillForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by org.kuali.rice.krad.web.form.DocumentFormBase
          extended by org.kuali.ole.patron.bill.form.ItemBillForm
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.uif.view.ViewModel

public class ItemBillForm
extends org.kuali.rice.krad.web.form.DocumentFormBase

Created with IntelliJ IDEA. User: ? Date: 10/17/12 Time: 9:46 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

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

ItemBillForm

public ItemBillForm()
Method Detail

getItemBarcode

public String getItemBarcode()

setItemBarcode

public void setItemBarcode(String itemBarcode)

getItemBillList

public List<ItemBill> getItemBillList()

setItemBillList

public void setItemBillList(List<ItemBill> itemBillList)

getFeeAmount

public BigDecimal getFeeAmount()

setFeeAmount

public void setFeeAmount(BigDecimal feeAmount)

getFeeType

public String getFeeType()

setFeeType

public void setFeeType(String feeType)

getUnPaidBalance

public BigDecimal getUnPaidBalance()

setUnPaidBalance

public void setUnPaidBalance(BigDecimal unPaidBalance)

getPaymentStatusName

public String getPaymentStatusName()

setPaymentStatusName

public void setPaymentStatusName(String paymentStatusName)

getPatronId

public String getPatronId()

setPatronId

public void setPatronId(String patronId)

getBillDate

public Date getBillDate()

setBillDate

public void setBillDate(Date billDate)

getBillNumber

public String getBillNumber()

setBillNumber

public void setBillNumber(String billNumber)

getTotalAmount

public BigDecimal getTotalAmount()

setTotalAmount

public void setTotalAmount(BigDecimal totalAmount)

getPatronFeeType

public FeeType getPatronFeeType()

setPatronFeeType

public void setPatronFeeType(FeeType patronFeeType)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.