public class TrafficCompanyTreeTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private Set<TrafficCompanyLocationTO> |
companyLocations |
private Set<TrafficDepartmentTO> |
departments |
private Set<TrafficEmployeeTO> |
employees |
private TrafficCompanyTO |
trafficCompany |
| Constructor and Description |
|---|
TrafficCompanyTreeTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<TrafficCompanyLocationTO> |
getCompanyLocations() |
Set<TrafficDepartmentTO> |
getDepartments() |
Set<TrafficEmployeeTO> |
getEmployees() |
TrafficCompanyTO |
getTrafficCompany() |
void |
setCompanyLocations(Set<TrafficCompanyLocationTO> companyLocations) |
void |
setDepartments(Set<TrafficDepartmentTO> departments) |
void |
setEmployees(Set<TrafficEmployeeTO> employees) |
void |
setTrafficCompany(TrafficCompanyTO trafficCompany) |
String |
toString() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate TrafficCompanyTO trafficCompany
private Set<TrafficCompanyLocationTO> companyLocations
private Set<TrafficEmployeeTO> employees
private Set<TrafficDepartmentTO> departments
public TrafficCompanyTO getTrafficCompany()
public void setTrafficCompany(TrafficCompanyTO trafficCompany)
public Set<TrafficCompanyLocationTO> getCompanyLocations()
public void setCompanyLocations(Set<TrafficCompanyLocationTO> companyLocations)
public Set<TrafficEmployeeTO> getEmployees()
public void setEmployees(Set<TrafficEmployeeTO> employees)
public Set<TrafficDepartmentTO> getDepartments()
public void setDepartments(Set<TrafficDepartmentTO> departments)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.