public class ActiveDemandInfo extends Object
| Constructor and Description |
|---|
ActiveDemandInfo() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getArrDmd() |
Integer |
getBoundaryId() |
String |
getBoundaryName() |
Integer |
getCount() |
BigDecimal |
getCurrDmd() |
String |
getPartNo() |
BigDecimal |
getTotDmd() |
void |
setArrDmd(BigDecimal arrDmd) |
void |
setBoundaryId(BigDecimal boundaryId) |
void |
setBoundaryName(String boundaryName) |
void |
setCount(BigDecimal count) |
void |
setCurrDmd(BigDecimal currDmd) |
void |
setPartNo(String partNo) |
void |
setTotDmd(BigDecimal totDmd) |
public Integer getBoundaryId()
public void setBoundaryId(BigDecimal boundaryId)
public String getBoundaryName()
public void setBoundaryName(String boundaryName)
public String getPartNo()
public void setPartNo(String partNo)
public Integer getCount()
public void setCount(BigDecimal count)
public BigDecimal getArrDmd()
public void setArrDmd(BigDecimal arrDmd)
public BigDecimal getCurrDmd()
public void setCurrDmd(BigDecimal currDmd)
public BigDecimal getTotDmd()
public void setTotDmd(BigDecimal totDmd)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.