@Entity
@Unique(id="id",
tableName="AccountEntityMaster",
fields="code",
columnName="code",
enableDfltMsg=true)
public class AccountEntity
extends org.egov.infra.persistence.entity.AbstractPersistable<Integer>
implements Serializable, EntityType
| Constructor and Description |
|---|
AccountEntity() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.commons.Accountdetailtype |
getAccountdetailtype() |
String |
getBankaccount()
To get the bank account no.
|
String |
getBankname()
To get the bank name for the entity.
|
String |
getCode()
To get the code for the entity
|
org.egov.infra.admin.master.entity.User |
getCreatedBy() |
Date |
getCreatedDate() |
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEntityDescription() |
Integer |
getEntityId()
To get The id/detailKeyd for the entity
|
Integer |
getId() |
String |
getIfsccode()
To get the IFSC code for the entity.
|
Boolean |
getIsactive() |
org.egov.infra.admin.master.entity.User |
getLastModifiedBy() |
Date |
getLastmodifiedDate() |
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 |
getNarration() |
String |
getPanno()
To get the Pan no.
|
String |
getTinno()
To get the Tin no.
|
void |
setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype) |
void |
setCode(String code) |
void |
setCreatedBy(org.egov.infra.admin.master.entity.User createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setId(Integer id) |
void |
setIsactive(Boolean isactive) |
void |
setLastModifiedBy(org.egov.infra.admin.master.entity.User lastModifiedBy) |
void |
setLastmodifiedDate(Date lastmodifiedDate) |
void |
setName(String name) |
void |
setNarration(String narration) |
public static final String SEQ
public Integer getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Integer>public void setId(Integer id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Integer>public org.egov.commons.Accountdetailtype getAccountdetailtype()
public void setAccountdetailtype(org.egov.commons.Accountdetailtype accountdetailtype)
public String getName()
EntityTypegetName in interface EntityTypepublic void setName(String name)
public String getCode()
EntityTypegetCode in interface EntityTypepublic void setCode(String code)
public String getNarration()
public void setNarration(String narration)
public Boolean getIsactive()
public void setIsactive(Boolean isactive)
public String getBankaccount()
EntityTypegetBankaccount in interface EntityTypepublic String getBankname()
EntityTypegetBankname in interface EntityTypepublic String getIfsccode()
EntityTypegetIfsccode in interface EntityTypepublic String getModeofpay()
EntityTypegetModeofpay in interface EntityTypepublic String getPanno()
EntityTypegetPanno in interface EntityTypepublic String getTinno()
EntityTypegetTinno in interface EntityTypepublic Integer getEntityId()
EntityTypegetEntityId in interface EntityTypepublic String getEntityDescription()
getEntityDescription in interface EntityTypepublic org.egov.commons.EgwStatus getEgwStatus()
getEgwStatus in interface EntityTypepublic Date getLastmodifiedDate()
public void setLastmodifiedDate(Date lastmodifiedDate)
public org.egov.infra.admin.master.entity.User getCreatedBy()
public void setCreatedBy(org.egov.infra.admin.master.entity.User createdBy)
public org.egov.infra.admin.master.entity.User getLastModifiedBy()
public void setLastModifiedBy(org.egov.infra.admin.master.entity.User lastModifiedBy)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.