public class AutoRemittanceBean extends Object
| Constructor and Description |
|---|
AutoRemittanceBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBankAccountId() |
int |
getDeptId() |
int |
getDetailkeyId() |
int |
getDetailtypeId() |
int |
getFunctionId() |
int |
getFundId() |
int |
getGeneralledgerId() |
double |
getGldtlAmount() |
double |
getPendingAmount() |
int |
getRemittanceGldtlId() |
void |
setBankAccountId(int bankAccountId) |
void |
setDeptId(int deptId) |
void |
setDetailkeyId(int detailkeyId) |
void |
setDetailtypeId(int detailtypeId) |
void |
setFunctionId(int functionId) |
void |
setFundId(int fundId) |
void |
setGeneralledgerId(int generalledgerId) |
void |
setGldtlAmount(double gldtlAmount) |
void |
setPendingAmount(double pendingAmount) |
void |
setRemittanceGldtlId(int remittanceGldtlId) |
String |
toString() |
public int getFundId()
public void setFundId(int fundId)
public double getGldtlAmount()
public void setGldtlAmount(double gldtlAmount)
public int getDetailtypeId()
public void setDetailtypeId(int detailtypeId)
public int getDetailkeyId()
public void setDetailkeyId(int detailkeyId)
public int getRemittanceGldtlId()
public void setRemittanceGldtlId(int remittanceGldtlId)
public int getFunctionId()
public void setFunctionId(int functionId)
public int getDeptId()
public void setDeptId(int deptId)
public double getPendingAmount()
public void setPendingAmount(double pendingAmount)
public int getGeneralledgerId()
public void setGeneralledgerId(int generalledgerId)
public int getBankAccountId()
public void setBankAccountId(int bankAccountId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.