public class CRMTreeTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private CRMEntryTO |
crmEntry |
private Set<CRMEmployeeTO> |
employees |
private Set<LocationAliasTO> |
locations |
| Constructor and Description |
|---|
CRMTreeTO() |
| Modifier and Type | Method and Description |
|---|---|
CRMEntryTO |
getCrmEntry() |
Set<CRMEmployeeTO> |
getEmployees() |
Set<LocationAliasTO> |
getLocations() |
void |
setCrmEntry(CRMEntryTO crmEntry) |
void |
setEmployees(Set<CRMEmployeeTO> employees) |
void |
setLocations(Set<LocationAliasTO> locations) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate CRMEntryTO crmEntry
private Set<LocationAliasTO> locations
private Set<CRMEmployeeTO> employees
public CRMEntryTO getCrmEntry()
public void setCrmEntry(CRMEntryTO crmEntry)
public Set<LocationAliasTO> getLocations()
public void setLocations(Set<LocationAliasTO> locations)
public Set<CRMEmployeeTO> getEmployees()
public void setEmployees(Set<CRMEmployeeTO> employees)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.