public class BillAccountDetails extends Object implements Comparable<BillAccountDetails>
| Modifier and Type | Class and Description |
|---|---|
static class |
BillAccountDetails.PURPOSE |
| Constructor and Description |
|---|
BillAccountDetails(String glCode,
Integer order,
BigDecimal crAmount,
BigDecimal drAmount,
String functionCode,
String description,
Boolean isActualDemand,
BillAccountDetails.PURPOSE purpose) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BillAccountDetails obj) |
boolean |
equals(Object obj) |
BigDecimal |
getCrAmount() |
String |
getDescription() |
BigDecimal |
getDrAmount() |
String |
getFunctionCode() |
String |
getGlCode() |
Boolean |
getIsActualDemand() |
Integer |
getOrder() |
BillAccountDetails.PURPOSE |
getPurpose() |
int |
hashCode() |
String |
toString() |
public BillAccountDetails(String glCode, Integer order, BigDecimal crAmount, BigDecimal drAmount, String functionCode, String description, Boolean isActualDemand, BillAccountDetails.PURPOSE purpose)
public String getGlCode()
public Integer getOrder()
public BigDecimal getDrAmount()
public BigDecimal getCrAmount()
public String getFunctionCode()
public String getDescription()
public Boolean getIsActualDemand()
public BillAccountDetails.PURPOSE getPurpose()
public int compareTo(BillAccountDetails obj)
compareTo in interface Comparable<BillAccountDetails>Copyright © 2015–2016 eGovernments Foundation. All rights reserved.