@Entity public class DrawingOfficer extends org.egov.infra.persistence.entity.AbstractAuditable implements EntityType
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DRAWINGOFFICER |
| Constructor and Description |
|---|
DrawingOfficer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber() |
Bank |
getBank() |
String |
getBankaccount()
To get the bank account no.
|
Bankbranch |
getBankBranch() |
String |
getBankname()
To get the bank name for the entity.
|
String |
getCode()
To get the code for the entity
|
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEntityDescription() |
Integer |
getEntityId()
To get The id/detailKeyd for the entity
|
Long |
getId() |
String |
getIfsccode()
To get the IFSC code for the entity.
|
String |
getModeofpay()
To get the mode of payment, to make a payment for the entity
possible value, Cheque, Cash or RTGS
|
String |
getName()
To get the subledger party name.
|
String |
getPanno()
To get the Pan no.
|
org.egov.pims.commons.Position |
getPosition() |
String |
getTan() |
String |
getTinno()
To get the Tin no.
|
void |
setAccountNumber(String accountNumber) |
void |
setBank(Bank bank) |
void |
setBankBranch(Bankbranch bankBranch) |
void |
setCode(String code) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPosition(org.egov.pims.commons.Position position) |
void |
setTan(String tan) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_DRAWINGOFFICER
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 getCode()
EntityTypegetCode in interface EntityTypepublic void setCode(String code)
public String getName()
EntityTypegetName in interface EntityTypepublic void setName(String name)
public Bank getBank()
public void setBank(Bank bank)
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getTan()
public void setTan(String tan)
public Bankbranch getBankBranch()
public void setBankBranch(Bankbranch bankBranch)
public org.egov.pims.commons.Position getPosition()
public void setPosition(org.egov.pims.commons.Position position)
public String getBankname()
EntityTypegetBankname in interface EntityTypepublic String getBankaccount()
EntityTypegetBankaccount in interface EntityTypepublic String getPanno()
EntityTypegetPanno in interface EntityTypepublic String getTinno()
EntityTypegetTinno in interface EntityTypepublic String getIfsccode()
EntityTypegetIfsccode in interface EntityTypepublic String getModeofpay()
EntityTypegetModeofpay in interface EntityTypepublic Integer getEntityId()
EntityTypegetEntityId in interface EntityTypepublic String getEntityDescription()
getEntityDescription in interface EntityTypepublic org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface EntityTypeCopyright © 2015–2017 eGovernments Foundation. All rights reserved.