public class SORRate
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
SORRate() |
SORRate(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 |
getRate() |
ScheduleOfRate |
getScheduleOfRate() |
org.egov.infra.persistence.entity.component.Period |
getValidity() |
void |
setRate(org.egov.infra.persistence.entity.component.Money rate) |
void |
setScheduleOfRate(ScheduleOfRate scheduleOfRate) |
void |
setValidity(org.egov.infra.persistence.entity.component.Period validity) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
public SORRate()
public SORRate(org.egov.infra.persistence.entity.component.Money sorrate)
public ScheduleOfRate getScheduleOfRate()
public void setScheduleOfRate(ScheduleOfRate scheduleOfRate)
public org.egov.infra.persistence.entity.component.Money getRate()
public void setRate(org.egov.infra.persistence.entity.component.Money rate)
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.