@Entity
public class DonationMaster
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DONATIONMASTER |
| Constructor and Description |
|---|
DonationMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDonationDetail(DonationDetailMaster donationDetail) |
void |
deleteDonationDetail(DonationDetailMaster donationDetail) |
List<DonationDetailMaster> |
getDonationDetail() |
Date |
getFromDate() |
Long |
getId() |
PropertyType |
getPropertyType() |
Date |
getToDate() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDonationDetail(List<DonationDetailMaster> donationDetail) |
void |
setFromDate(Date fromDate) |
void |
setId(Long id) |
void |
setPropertyType(PropertyType propertyType) |
void |
setToDate(Date toDate) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_DONATIONMASTER
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 PropertyType getPropertyType()
public void setPropertyType(PropertyType propertyType)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public boolean isActive()
public void setActive(boolean active)
public List<DonationDetailMaster> getDonationDetail()
public void setDonationDetail(List<DonationDetailMaster> donationDetail)
public void deleteDonationDetail(DonationDetailMaster donationDetail)
public void addDonationDetail(DonationDetailMaster donationDetail)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.