@Entity
public class FeesDetailMaster
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_FEESDETAILMASTER |
| Constructor and Description |
|---|
FeesDetailMaster() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCode() |
String |
getDescription() |
FeesMaster |
getFees() |
Long |
getId() |
boolean |
getIsActive() |
Boolean |
getIsFixedRate() |
Boolean |
getIsMandatory() |
Boolean |
isMandatory() |
void |
setActive(boolean isActive) |
void |
setAmount(BigDecimal amount) |
void |
setCode(String code) |
void |
setDescription(String description) |
void |
setFees(FeesMaster fees) |
void |
setFixedRate(Boolean isFixedRate) |
void |
setId(Long id) |
void |
setMandatory(boolean isMandatory) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_FEESDETAILMASTER
public Boolean getIsFixedRate()
public void setFixedRate(Boolean isFixedRate)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
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 String getDescription()
public void setDescription(String description)
public String getCode()
public void setCode(String code)
public FeesMaster getFees()
public void setFees(FeesMaster fees)
public Boolean isMandatory()
public Boolean getIsMandatory()
public void setMandatory(boolean isMandatory)
public boolean getIsActive()
public void setActive(boolean isActive)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.