@Entity
public class BankAccountServiceMap
extends org.egov.infra.persistence.entity.AbstractAuditable
implements org.egov.infra.persistence.entity.Auditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGCL_BANKACCOUNTSERVICEMAPPING |
| Constructor and Description |
|---|
BankAccountServiceMap() |
| Modifier and Type | Method and Description |
|---|---|
Bankaccount |
getBankAccountId() |
org.egov.infra.admin.master.entity.Department |
getDeptId() |
ECSType |
getEcsType() |
Date |
getFromDate() |
Long |
getId() |
ServiceDetails |
getServiceDetails() |
Date |
getToDate() |
void |
setBankAccountId(Bankaccount bankAccountId) |
void |
setDeptId(org.egov.infra.admin.master.entity.Department deptId) |
void |
setEcsType(ECSType ecsType) |
void |
setFromDate(Date fromDate) |
void |
setId(Long id) |
void |
setServiceDetails(ServiceDetails serviceDetails) |
void |
setToDate(Date toDate) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGCL_BANKACCOUNTSERVICEMAPPING
public Bankaccount getBankAccountId()
public void setBankAccountId(Bankaccount bankAccountId)
public org.egov.infra.admin.master.entity.Department getDeptId()
public void setDeptId(org.egov.infra.admin.master.entity.Department deptId)
public ServiceDetails getServiceDetails()
public void setServiceDetails(ServiceDetails serviceDetails)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public ECSType getEcsType()
public void setEcsType(ECSType ecsType)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.