@Entity
public class AgencyWiseCollection
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_AGENCYWISEHOARDINGCOLLECTION |
| Constructor and Description |
|---|
AgencyWiseCollection() |
| Modifier and Type | Method and Description |
|---|---|
Agency |
getAgency() |
Set<AgencyWiseCollectionDetail> |
getAgencyWiseCollectionDetails() |
org.egov.demand.model.EgDemand |
getAgencyWiseDemand() |
Boolean |
getAmountCollected() |
String |
getBillNumber() |
Boolean |
getDemandUpdated() |
Long |
getId() |
BigDecimal |
getTotalAmount() |
void |
setAgency(Agency agency) |
void |
setAgencyWiseCollectionDetails(Set<AgencyWiseCollectionDetail> agencyWiseCollectionDetails) |
void |
setAgencyWiseDemand(org.egov.demand.model.EgDemand agencyWiseDemand) |
void |
setAmountCollected(Boolean amountCollected) |
void |
setBillNumber(String billNumber) |
void |
setDemandUpdated(Boolean demandUpdated) |
void |
setId(Long id) |
void |
setTotalAmount(BigDecimal totalAmount) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_AGENCYWISEHOARDINGCOLLECTION
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public Agency getAgency()
public void setAgency(Agency agency)
public String getBillNumber()
public void setBillNumber(String billNumber)
public Boolean getDemandUpdated()
public void setDemandUpdated(Boolean demandUpdated)
public BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
public Set<AgencyWiseCollectionDetail> getAgencyWiseCollectionDetails()
public void setAgencyWiseCollectionDetails(Set<AgencyWiseCollectionDetail> agencyWiseCollectionDetails)
public org.egov.demand.model.EgDemand getAgencyWiseDemand()
public void setAgencyWiseDemand(org.egov.demand.model.EgDemand agencyWiseDemand)
public Boolean getAmountCollected()
public void setAmountCollected(Boolean amountCollected)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.