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

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.PatronBillForm
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.uif.view.ViewModel

public class PatronBillForm
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
PatronBillForm()
           
 
Method Summary
 Date getBillDate()
           
 String getBillNumber()
           
 BigDecimal getFeeAmount()
           
 String getFeeType()
           
 String getFirstName()
           
 String getItemBarcode()
           
 String getItemId()
           
 String getLastName()
           
 String getMessage()
           
 List<OlePatronBillDocument> getOlePatronBillDocumentList()
           
 List<PatronBill> getPatronBillList()
           
 String getPatronId()
           
 BigDecimal getPaymentAmount()
           
 String getPaymentMethod()
           
 String getPaymentStatus()
           
 String getPaymentStatusName()
           
 BigDecimal getTotalAmount()
           
 boolean isActive()
           
 boolean isReviewed()
           
 void setActive(boolean active)
           
 void setBillDate(Date billDate)
           
 void setBillNumber(String billNumber)
           
 void setFeeAmount(BigDecimal feeAmount)
           
 void setFeeType(String feeType)
           
 void setFirstName(String firstName)
           
 void setItemBarcode(String itemBarcode)
           
 void setItemId(String itemId)
           
 void setLastName(String lastName)
           
 void setMessage(String message)
           
 void setOlePatronBillDocumentList(List<OlePatronBillDocument> olePatronBillDocumentList)
           
 void setPatronBillList(List<PatronBill> patronBillList)
           
 void setPatronId(String patronId)
           
 void setPaymentAmount(BigDecimal paymentAmount)
           
 void setPaymentMethod(String paymentMethod)
           
 void setPaymentStatus(String paymentStatus)
           
 void setPaymentStatusName(String paymentStatusName)
           
 void setReviewed(boolean reviewed)
           
 void setTotalAmount(BigDecimal totalAmount)
           
 
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

PatronBillForm

public PatronBillForm()
Method Detail

getItemBarcode

public String getItemBarcode()

setItemBarcode

public void setItemBarcode(String itemBarcode)

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

getFeeAmount

public BigDecimal getFeeAmount()

setFeeAmount

public void setFeeAmount(BigDecimal feeAmount)

getFeeType

public String getFeeType()

setFeeType

public void setFeeType(String feeType)

getItemId

public String getItemId()

setItemId

public void setItemId(String itemId)

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)

getOlePatronBillDocumentList

public List<OlePatronBillDocument> getOlePatronBillDocumentList()

setOlePatronBillDocumentList

public void setOlePatronBillDocumentList(List<OlePatronBillDocument> olePatronBillDocumentList)

getPatronBillList

public List<PatronBill> getPatronBillList()

setPatronBillList

public void setPatronBillList(List<PatronBill> patronBillList)

getPaymentStatus

public String getPaymentStatus()

setPaymentStatus

public void setPaymentStatus(String paymentStatus)

getPaymentStatusName

public String getPaymentStatusName()

setPaymentStatusName

public void setPaymentStatusName(String paymentStatusName)

getPaymentMethod

public String getPaymentMethod()

setPaymentMethod

public void setPaymentMethod(String paymentMethod)

getPaymentAmount

public BigDecimal getPaymentAmount()

setPaymentAmount

public void setPaymentAmount(BigDecimal paymentAmount)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

isReviewed

public boolean isReviewed()

setReviewed

public void setReviewed(boolean reviewed)


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