@Entity public class DonationDetailMaster extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_DONATIONDETAILMASTER |
| Constructor and Description |
|---|
DonationDetailMaster() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getAmount() |
DonationMaster |
getDonation() |
Long |
getId() |
Integer |
getNoOfClosets() |
void |
setAmount(double amount) |
void |
setDonation(DonationMaster donation) |
void |
setId(Long id) |
void |
setNoOfClosets(Integer noOfClosets) |
public static final String SEQ_DONATIONDETAILMASTER
public Long getId()
public void setId(Long id)
public Integer getNoOfClosets()
public void setNoOfClosets(Integer noOfClosets)
public double getAmount()
public void setAmount(double amount)
public DonationMaster getDonation()
public void setDonation(DonationMaster donation)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.