@Entity public class AgencyWiseCollectionDetail extends org.egov.infra.persistence.entity.AbstractPersistable<Long>
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_AGENCYWISEHOARDINGCOLLECTIONDTL |
| Constructor and Description |
|---|
AgencyWiseCollectionDetail() |
| Modifier and Type | Method and Description |
|---|---|
AgencyWiseCollection |
getAgencyWiseCollection() |
BigDecimal |
getAmount() |
org.egov.demand.model.EgDemand |
getDemand() |
org.egov.demand.model.EgDemandDetails |
getDemandDetail() |
org.egov.demand.model.EgDemandReason |
getDemandreason() |
Long |
getId() |
void |
setAgencyWiseCollection(AgencyWiseCollection agencyWiseCollection) |
void |
setAmount(BigDecimal amount) |
void |
setDemand(org.egov.demand.model.EgDemand demand) |
void |
setDemandDetail(org.egov.demand.model.EgDemandDetails demandDetail) |
void |
setDemandreason(org.egov.demand.model.EgDemandReason demandreason) |
void |
setId(Long id) |
public static final String SEQ_AGENCYWISEHOARDINGCOLLECTIONDTL
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 AgencyWiseCollection getAgencyWiseCollection()
public void setAgencyWiseCollection(AgencyWiseCollection agencyWiseCollection)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public org.egov.demand.model.EgDemand getDemand()
public void setDemand(org.egov.demand.model.EgDemand demand)
public org.egov.demand.model.EgDemandDetails getDemandDetail()
public void setDemandDetail(org.egov.demand.model.EgDemandDetails demandDetail)
public org.egov.demand.model.EgDemandReason getDemandreason()
public void setDemandreason(org.egov.demand.model.EgDemandReason demandreason)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.