public class ServiceSubledgerInfo extends Object
| Constructor and Description |
|---|
ServiceSubledgerInfo() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getDetailCode() |
String |
getDetailKey() |
Integer |
getDetailKeyId() |
org.egov.commons.Accountdetailtype |
getDetailType() |
Long |
getId() |
ServiceAccountDetails |
getServiceAccountDetail() |
void |
setAmount(BigDecimal amount) |
void |
setDetailKeyId(Integer detailKeyId) |
void |
setDetailType(org.egov.commons.Accountdetailtype detailType) |
void |
setId(Long id) |
void |
setServiceAccountDetail(ServiceAccountDetails serviceAccountDetail) |
public org.egov.commons.Accountdetailtype getDetailType()
public void setDetailType(org.egov.commons.Accountdetailtype detailType)
detailType - the detailType to setpublic Integer getDetailKeyId()
public void setDetailKeyId(Integer detailKeyId)
detailKey - the detailKey to setpublic BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - the amount to setpublic ServiceAccountDetails getServiceAccountDetail()
public void setServiceAccountDetail(ServiceAccountDetails serviceAccountDetail)
serviceAccountDetail - the serviceAccountDetail to setpublic Long getId()
public void setId(Long id)
id - the id to setpublic String getDetailCode()
public String getDetailKey()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.