org.kuali.ole.patron.bill.form
Class PatronBillForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krad.web.form.DocumentFormBase
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
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 |
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 |
PatronBillForm
public PatronBillForm()
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.