public class MarketRate
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
MarketRate() |
MarketRate(org.egov.infra.persistence.entity.component.Money sorrate) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compareDates(Date startDate,
Date endDate) |
org.egov.infra.persistence.entity.component.Money |
getMarketRate() |
ScheduleOfRate |
getScheduleOfRate() |
org.egov.infra.persistence.entity.component.Period |
getValidity() |
void |
setMarketRate(org.egov.infra.persistence.entity.component.Money marketRate) |
void |
setScheduleOfRate(ScheduleOfRate scheduleOfRate) |
void |
setValidity(org.egov.infra.persistence.entity.component.Period validity) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
public MarketRate()
public MarketRate(org.egov.infra.persistence.entity.component.Money sorrate)
public ScheduleOfRate getScheduleOfRate()
public void setScheduleOfRate(ScheduleOfRate scheduleOfRate)
public org.egov.infra.persistence.entity.component.Money getMarketRate()
public void setMarketRate(org.egov.infra.persistence.entity.component.Money marketRate)
public org.egov.infra.persistence.entity.component.Period getValidity()
public void setValidity(org.egov.infra.persistence.entity.component.Period validity)
public List<org.egov.infra.validation.exception.ValidationError> validate()
validate in class org.egov.infstr.models.BaseModelCopyright © 2015–2016 eGovernments Foundation. All rights reserved.