public class CustomRateSetTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Set<CustomRateTO> |
customRates |
private String |
description |
private Identifier |
trafficCompanySettingsId |
| Constructor and Description |
|---|
CustomRateSetTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<CustomRateTO> |
getCustomRates() |
String |
getDescription() |
Identifier |
getTrafficCompanySettingsId() |
void |
setCustomRates(Set<CustomRateTO> customRates) |
void |
setDescription(String description) |
void |
setTrafficCompanySettingsId(Identifier trafficCompanySettingsId) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate Identifier trafficCompanySettingsId
private String description
@NotNull private Set<CustomRateTO> customRates
public Identifier getTrafficCompanySettingsId()
public void setTrafficCompanySettingsId(Identifier trafficCompanySettingsId)
public String getDescription()
public void setDescription(String description)
public Set<CustomRateTO> getCustomRates()
public void setCustomRates(Set<CustomRateTO> customRates)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.