@Entity
@Unique(id="id",
tableName="Supplier",
fields="code",
columnName="code",
enableDfltMsg=true)
public class Relation
extends org.egov.infra.persistence.entity.AbstractPersistable<Integer>
implements Serializable, EntityType
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
Bank |
getBank() |
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
|
Long |
getCreatedby() |
Date |
getCreateddate() |
org.egov.commons.EgwStatus |
getEgwStatus() |
String |
getEmail() |
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() |
Date |
getLastmodifieddate() |
String |
getMobile() |
String |
getModeofpay()
To get the mode of payment, to make a payment for the entity
possible value, Cheque, Cash or RTGS
|
Long |
getModifiedby() |
String |
getName()
To get the subledger party name.
|
String |
getNarration() |
String |
getPanno()
To get the Pan no.
|
String |
getRegno() |
String |
getTinno()
To get the Tin no.
|
void |
setAddress(String address) |
void |
setBank(Bank bank) |
void |
setBankaccount(String bankaccount) |
void |
setCode(String code) |
void |
setCreatedby(Long createdby) |
void |
setCreateddate(Date createddate) |
void |
setEmail(String email) |
void |
setId(Integer id) |
void |
setIfsccode(String ifsccode) |
void |
setIsactive(Boolean isactive) |
void |
setLastmodifieddate(Date lastmodifieddate) |
void |
setMobile(String mobile) |
void |
setModifiedby(Long modifiedby) |
void |
setName(String name) |
void |
setNarration(String narration) |
void |
setPanno(String panno) |
void |
setRegno(String regno) |
void |
setTinno(String tinno) |
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 String getCode()
EntityTypegetCode in interface EntityTypepublic void setCode(String code)
public String getName()
EntityTypegetName in interface EntityTypepublic void setName(String name)
public String getMobile()
public void setMobile(String mobile)
public String getEmail()
public void setEmail(String email)
public String getNarration()
public void setNarration(String narration)
public Boolean getIsactive()
public void setIsactive(Boolean isactive)
public String getPanno()
EntityTypegetPanno in interface EntityTypepublic void setPanno(String panno)
public String getTinno()
EntityTypegetTinno in interface EntityTypepublic void setTinno(String tinno)
public String getRegno()
public void setRegno(String regno)
public String getBankaccount()
EntityTypegetBankaccount in interface EntityTypepublic void setBankaccount(String bankaccount)
public String getIfsccode()
EntityTypegetIfsccode in interface EntityTypepublic void setIfsccode(String ifsccode)
public 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 EntityTypepublic String getBankname()
EntityTypegetBankname in interface EntityTypepublic String getAddress()
public void setAddress(String address)
public Date getCreateddate()
public void setCreateddate(Date createddate)
public Long getModifiedby()
public void setModifiedby(Long modifiedby)
public Long getCreatedby()
public void setCreatedby(Long createdby)
public void setBank(Bank bank)
public Bank getBank()
public Date getLastmodifieddate()
public void setLastmodifieddate(Date lastmodifieddate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.