public class Paymentheader extends org.egov.infra.workflow.entity.StateAware implements Serializable
| Constructor and Description |
|---|
Paymentheader() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Bankaccount |
getBankaccount() |
Date |
getConcurrenceDate() |
org.egov.eis.entity.DrawingOfficer |
getDrawingOfficer() |
Long |
getId() |
String |
getIsSelected() |
BigDecimal |
getPaymentAmount() |
String |
getStateDetails() |
String |
getType() |
org.egov.commons.CVoucherHeader |
getVoucherheader() |
void |
setBankaccount(org.egov.commons.Bankaccount bankaccount) |
void |
setConcurrenceDate(Date concurrenceDate) |
void |
setDrawingOfficer(org.egov.eis.entity.DrawingOfficer drawingOfficer) |
void |
setId(Long id) |
void |
setIsSelected(String isSelected) |
void |
setPaymentAmount(BigDecimal paymentAmount) |
void |
setType(String type) |
void |
setVoucherheader(org.egov.commons.CVoucherHeader voucherheader) |
String |
toString() |
buildStateInfo, byCreatedDate, end, getCurrentState, getState, getStateHistory, getStateInfoJson, getStateType, hasState, myLinkId, 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 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 org.egov.commons.CVoucherHeader getVoucherheader()
public void setVoucherheader(org.egov.commons.CVoucherHeader voucherheader)
public String getType()
public void setType(String type)
public org.egov.commons.Bankaccount getBankaccount()
public void setBankaccount(org.egov.commons.Bankaccount bankaccount)
public String getIsSelected()
public void setIsSelected(String isSelected)
public String getStateDetails()
getStateDetails in class org.egov.infra.workflow.entity.StateAwarepublic BigDecimal getPaymentAmount()
public void setPaymentAmount(BigDecimal paymentAmount)
public String toString()
toString in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Date getConcurrenceDate()
public void setConcurrenceDate(Date concurrenceDate)
public org.egov.eis.entity.DrawingOfficer getDrawingOfficer()
public void setDrawingOfficer(org.egov.eis.entity.DrawingOfficer drawingOfficer)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.