public class Transaxtion extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
asOnDate |
protected Long |
billId |
protected String |
crAmount
Amount to be credited for this GL Code
|
protected String |
drAmount
Amount to be debited from the glCode
|
protected String |
field |
protected String |
functionaryId |
protected String |
functionId |
protected String |
glCode
gl Code whose transaction is to be recorded
|
protected String |
glName
Name of the gl Code
|
protected String |
narration |
protected String |
schemeId |
protected String |
subSchemeId |
protected ArrayList |
transaxtionParameters |
protected String |
voucherDetailId |
protected String |
voucherHeaderId |
protected String |
voucherLineId
Collection of Transaxtion class
|
| Constructor and Description |
|---|
Transaxtion() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsOnDate() |
Long |
getBillId() |
String |
getCrAmount()
Access method for the crAmount property.
|
String |
getDrAmount()
Access method for the drAmount property.
|
String |
getField() |
String |
getFunctionaryId() |
String |
getFunctionId() |
String |
getGlCode()
Access method for the glCode property.
|
String |
getGlName()
Access method for the glName property.
|
String |
getNarration() |
String |
getSchemeId() |
String |
getSubSchemeId() |
ArrayList |
getTransaxtionParam() |
String |
getVoucherDetailId() |
String |
getVoucherHeaderId() |
String |
getVoucherLineId() |
void |
setAsOnDate(String asOnDate) |
void |
setBillId(Long billId) |
void |
setCrAmount(String aCrAmount)
Sets the value of the crAmount property.
|
void |
setDrAmount(String aDrAmount)
Sets the value of the drAmount property.
|
void |
setField(String field) |
void |
setFunctionaryId(String functionaryId) |
void |
setFunctionId(String afunctionId) |
void |
setGlCode(String aGlCode)
Sets the value of the glCode property.
|
void |
setGlName(String aGlName)
Sets the value of the glName property.
|
void |
setNarration(String aNarration) |
void |
setSchemeId(String schemeId) |
void |
setSubSchemeId(String subSchemeId) |
void |
setTransaxtionParam(ArrayList aTrnPrm) |
void |
setVoucherDetailId(String avoucherDetailId) |
void |
setVoucherHeaderId(String avoucherHeaderId) |
void |
setVoucherLineId(String avoucherLineId) |
protected String glCode
protected String glName
protected String drAmount
protected String crAmount
protected String voucherLineId
protected String voucherDetailId
protected String voucherHeaderId
protected String narration
protected ArrayList transaxtionParameters
protected String functionId
protected String functionaryId
protected String schemeId
protected String subSchemeId
protected String field
protected String asOnDate
protected Long billId
public Long getBillId()
public void setBillId(Long billId)
billId - the billId to setpublic String getAsOnDate()
public void setAsOnDate(String asOnDate)
asOnDate - The asOnDate to set.public String getField()
public void setField(String field)
field - The field to set.public String getFunctionaryId()
public void setFunctionaryId(String functionaryId)
functionaryId - The functionaryId to set.public String getSchemeId()
public void setSchemeId(String schemeId)
schemeId - The schemeId to set.public String getSubSchemeId()
public void setSubSchemeId(String subSchemeId)
subSchemeId - The subSchemeId to set.public String getGlCode()
public void setGlCode(String aGlCode)
aGlCode - the new value of the glCode propertypublic String getGlName()
public void setGlName(String aGlName)
aGlName - the new value of the glName propertypublic String getDrAmount()
public void setDrAmount(String aDrAmount)
aDrAmount - the new value of the drAmount propertypublic String getCrAmount()
public void setCrAmount(String aCrAmount)
aCrAmount - the new value of the crAmount propertypublic ArrayList getTransaxtionParam()
public String getVoucherDetailId()
public void setVoucherDetailId(String avoucherDetailId)
public String getVoucherLineId()
public String getVoucherHeaderId()
public String getNarration()
public void setVoucherLineId(String avoucherLineId)
public void setTransaxtionParam(ArrayList aTrnPrm)
public void setVoucherHeaderId(String avoucherHeaderId)
public void setNarration(String aNarration)
public String getFunctionId()
public void setFunctionId(String afunctionId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.