@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–2017 eGovernments Foundation. All rights reserved.