public class ChequeDetail extends Object
| Constructor and Description |
|---|
ChequeDetail() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountChequeId() |
Long |
getChequeDeptId() |
Integer |
getDeptId() |
String |
getDeptName() |
String |
getFromChqNo() |
String |
getIsExhusted() |
String |
getNextChqPresent() |
String |
getReceivedDate() |
String |
getSerialNo() |
String |
getSerialNoH() |
String |
getToChqNo() |
void |
setAccountChequeId(Long accountChequeId) |
void |
setChequeDeptId(Long chequeDeptId) |
void |
setDeptId(Integer deptId) |
void |
setDeptName(String deptName) |
void |
setFromChqNo(String fromChqNo) |
void |
setIsExhusted(String isExhusted) |
void |
setNextChqPresent(String nextChqPresent) |
void |
setReceivedDate(String receivedDate) |
void |
setSerialNo(String serialNo) |
void |
setSerialNoH(String serialNoH) |
void |
setToChqNo(String toChqNo) |
public String getDeptName()
public void setDeptName(String deptName)
public String getFromChqNo()
public void setFromChqNo(String fromChqNo)
public String getToChqNo()
public void setToChqNo(String toChqNo)
public Integer getDeptId()
public void setDeptId(Integer deptId)
public String getReceivedDate()
public void setReceivedDate(String receivedDate)
public String getIsExhusted()
public void setIsExhusted(String isExhusted)
public Long getAccountChequeId()
public void setAccountChequeId(Long accountChequeId)
public Long getChequeDeptId()
public void setChequeDeptId(Long chequeDeptId)
public String getNextChqPresent()
public void setNextChqPresent(String nextChqPresent)
public String getSerialNo()
public void setSerialNo(String serialNo)
public String getSerialNoH()
public void setSerialNoH(String serialNoH)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.