@Entity
@Unique(id="id",
tableName="TDS",
fields="type",
columnName="type",
enableDfltMsg=true)
public class Recovery
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_RECOVERY |
| Constructor and Description |
|---|
Recovery() |
Recovery(Long id,
BigDecimal createdby) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_RECOVERY
public Recovery()
public Recovery(Long id, BigDecimal createdby)
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 org.egov.commons.CChartOfAccounts getChartofaccounts()
public void setChartofaccounts(org.egov.commons.CChartOfAccounts chartofaccounts)
public String getType()
public void setType(String type)
public Boolean getIsactive()
public void setIsactive(Boolean isactive)
public BigDecimal getRate()
public void setRate(BigDecimal rate)
public String getRemitted()
public void setRemitted(String remitted)
public String getDescription()
public void setDescription(String description)
public org.egov.commons.EgPartytype getEgPartytype()
public void setEgPartytype(org.egov.commons.EgPartytype egPartytype)
public org.egov.commons.Bank getBank()
public void setBank(org.egov.commons.Bank bank)
public BigDecimal getCaplimit()
public void setCaplimit(BigDecimal caplimit)
public String getRecoveryName()
public void setRecoveryName(String recoveryName)
public String getCalculationType()
public void setCalculationType(String calculationType)
public String getIfscCode()
public void setIfscCode(String ifscCode)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public Character getRecoveryMode()
public void setRecoveryMode(Character recoveryMode)
public Character getRemittanceMode()
public void setRemittanceMode(Character remittanceMode)
public Boolean getBankLoan()
public void setBankLoan(Boolean bankLoan)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.