public class ReceiptHeader
extends org.egov.infra.workflow.entity.StateAware
implements org.egov.infra.persistence.entity.Auditable
| Constructor and Description |
|---|
ReceiptHeader() |
ReceiptHeader(Boolean isReconciled,
Boolean isModifiable,
char receiptType,
Character collectionType,
String paidBy,
org.egov.infstr.models.ServiceDetails serviceDetails,
String referencenumber,
String referenceDesc,
BigDecimal totalAmount) |
ReceiptHeader(String referencenumber,
Date referencedate,
String consumerCode,
String referenceDesc,
BigDecimal totalAmount,
BigDecimal minimumAmount,
Boolean partPaymentAllowed,
Boolean overrideAccountHeadsAllowed,
Boolean callbackForApportioning,
String displayMsg,
org.egov.infstr.models.ServiceDetails service,
String collModesNotAllwd,
String payeeName,
String payeeAddress,
String payeeEmail) |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, reinitiateTransition, reopen, setState, start, stateInProgress, stateIsEnded, stateIsNew, transition, transition, withComments, withDateInfo, withExtraDateInfo, withExtraInfo, withInitiator, withNatureOfTask, withNextAction, withOwner, withOwner, withSenderName, withStateValuegetCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic ReceiptHeader()
public ReceiptHeader(String referencenumber, Date referencedate, String consumerCode, String referenceDesc, BigDecimal totalAmount, BigDecimal minimumAmount, Boolean partPaymentAllowed, Boolean overrideAccountHeadsAllowed, Boolean callbackForApportioning, String displayMsg, org.egov.infstr.models.ServiceDetails service, String collModesNotAllwd, String payeeName, String payeeAddress, String payeeEmail)
public String getReferencenumber()
public void setReferencenumber(String referencenumber)
public Date getReferencedate()
public void setReferencedate(Date referencedate)
public String getReferenceDesc()
public void setReferenceDesc(String referenceDesc)
public char getReceipttype()
public void setReceipttype(char receipttype)
public String getReceiptnumber()
public void setReceiptnumber(String receiptnumber)
public String getManualreceiptnumber()
public void setManualreceiptnumber(String manualreceiptnumber)
public Date getManualreceiptdate()
public void setManualreceiptdate(Date manualreceiptdate)
public Boolean getIsModifiable()
public void setIsModifiable(Boolean isModifiable)
public org.egov.infstr.models.ServiceDetails getService()
public void setService(org.egov.infstr.models.ServiceDetails service)
public Character getCollectiontype()
public void setCollectiontype(Character collectiontype)
public Set<ReceiptDetail> getReceiptDetails()
public void setReceiptDetails(Set<ReceiptDetail> receiptDetails)
public void addReceiptDetail(ReceiptDetail receiptDetail)
public Date getReceiptDate()
public org.egov.infra.admin.master.entity.Location getLocation()
public void setLocation(org.egov.infra.admin.master.entity.Location location)
location - the location to setpublic String getInstrumentType()
public void addInstrument(org.egov.model.instrument.InstrumentHeader instrumentMaster)
public Set<org.egov.model.instrument.InstrumentHeader> getReceiptInstrument()
public void setReceiptInstrument(Set<org.egov.model.instrument.InstrumentHeader> receiptInstrument)
receiptInstrument - the receiptInstrument to setpublic List<org.egov.model.instrument.InstrumentHeader> getInstruments(String type)
type - - the Instrument typepublic Set<ReceiptVoucher> getReceiptVoucher()
public void setReceiptVoucher(Set<ReceiptVoucher> receiptVoucher)
receiptVoucher - the receiptVoucher to setpublic void addReceiptVoucher(ReceiptVoucher receiptVoucher)
public Boolean getIsReconciled()
public void setIsReconciled(Boolean isReconciled)
isReconciled - the isReconciled to setpublic org.egov.commons.EgwStatus getStatus()
public void setStatus(org.egov.commons.EgwStatus status)
status - the egwStatus to setpublic String getReasonForCancellation()
public void setReasonForCancellation(String reasonforcancellation)
reasonforcancellation - the reasonforcancellation to setpublic ReceiptMisc getReceiptMisc()
public void setReceiptMisc(ReceiptMisc receiptMisc)
public String getPaidBy()
public void setPaidBy(String paidBy)
paidBy - the paidBy to setpublic Boolean getOverrideAccountHeads()
public void setOverrideAccountHeads(Boolean overrideAccountHeads)
overRideAccountHeads - the overRideAccountHeads to setpublic Boolean getCallbackForApportioning()
public void setCallbackForApportioning(Boolean callbackForApportioning)
callbackForApportioning - flag indicating if billing system should do the apportioningpublic Boolean getPartPaymentAllowed()
public void setPartPaymentAllowed(Boolean partPaymentAllowed)
partPaymentAllowed - the partPaymentAllowed to setpublic String myLinkId()
myLinkId in class org.egov.infra.workflow.entity.StateAwarepublic String myLinkIdForChallanMisc()
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
public BigDecimal getMinimumAmount()
public void setMinimumAmount(BigDecimal minimumAmount)
public String getDisplayMsg()
public void setDisplayMsg(String displayMsg)
public BigDecimal getTotalAmountToBeCollected()
public void setTotalAmountToBeCollected(BigDecimal totalAmountToBeCollected)
public Date getVoucherDate()
public void setVoucherDate(Date voucherDate)
voucherDate - the voucherDate to setpublic String getVoucherNum()
public void setVoucherNum(String voucherNum)
voucherNumber - the voucherNumber to setpublic String getCollModesNotAllwd()
public void setCollModesNotAllwd(String collModesNotAllwd)
public String getConsumerCode()
public void setConsumerCode(String consumerCode)
public String toString()
toString in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public OnlinePayment getOnlinePayment()
public void setOnlinePayment(OnlinePayment onlinePayment)
onlinePayment - the onlinePayment to setpublic Challan getChallan()
public void setChallan(Challan challan)
public ReceiptHeader getReceiptHeader()
public void setReceiptHeader(ReceiptHeader receiptHeader)
receiptHeader - the receiptHeader to setpublic Set<ReceiptHeader> getReceiptHeaders()
public void setReceiptHeaders(Set<ReceiptHeader> receiptHeaders)
receiptHeaders - the receiptHeaders to setpublic String getReceiptChallanNumber()
public String getPayeeName()
public void setPayeeName(String payeeName)
public String getPayeeAddress()
public void setPayeeAddress(String payeeAddress)
public Date getReceiptdate()
public void setReceiptdate(Date receiptdate)
public void setWorkflowUserName(String workflowUserName)
workflowUserName - the workflowUserName to setpublic String getWorkflowUserName()
public String getInstrumentsAsString()
public void setInstrumentsAsString(String instrumentsAsString)
public String getInstrumentDetailAsString()
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getSource()
public void setSource(String source)
public String getRemittanceReferenceNumber()
public void setRemittanceReferenceNumber(String remittanceReferenceNumber)
public String getPayeeEmail()
public void setPayeeEmail(String payeeEmail)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.