@Entity public class CustomRateSetEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private Set<CustomRateEntity> |
customRates |
private String |
description |
private TrafficCompanySettingsEntity |
trafficCompanySettings |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
CustomRateSetEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<CustomRateEntity> |
getCustomRates() |
String |
getDescription() |
TrafficCompanySettingsEntity |
getTrafficCompanySettings() |
void |
populateChildren() |
void |
setCustomRates(Set<CustomRateEntity> customRates) |
void |
setDescription(String description) |
void |
setTrafficCompanySettings(TrafficCompanySettingsEntity trafficCompanySettings) |
getTrafficCompany, setTrafficCompanyprivate TrafficCompanySettingsEntity trafficCompanySettings
private String description
private Set<CustomRateEntity> customRates
public String getDescription()
public void setDescription(String description)
public TrafficCompanySettingsEntity getTrafficCompanySettings()
public void setTrafficCompanySettings(TrafficCompanySettingsEntity trafficCompanySettings)
public Set<CustomRateEntity> getCustomRates()
public void setCustomRates(Set<CustomRateEntity> customRates)
public void populateChildren()
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.