@Entity
public class TrafficCompanyEntity
extends com.sohnar.persistence.entity.BaseEntity
| Modifier and Type | Field and Description |
|---|---|
private Set<ClientCRMEntryEntity> |
clients |
private TrafficCompanyLocationEntity |
defaultLocation |
private Set<TrafficDepartmentEntity> |
departments |
private Set<TrafficEmployeeEntity> |
employees |
private Boolean |
isS3Enabled |
private Set<TrafficCompanyLocationEntity> |
locations |
private String |
name |
private Set<OtherCRMEntryEntity> |
others |
private String |
s3AccessKey |
private String |
s3Bucket |
private String |
s3SecretKey |
private Set<SupplierCRMEntryEntity> |
suppliers |
private TCDataImportSetEntity |
tcDataImportSet |
private TrafficCompanyPlatformDetailsEntity |
trafficCompanyPlatformDetails |
private TrafficCompanySettingsEntity |
trafficCompanySettings |
private String |
website |
| Constructor and Description |
|---|
TrafficCompanyEntity() |
private String name
private String website
private String s3Bucket
private String s3AccessKey
private String s3SecretKey
private Boolean isS3Enabled
private TrafficCompanyLocationEntity defaultLocation
private TrafficCompanySettingsEntity trafficCompanySettings
private TrafficCompanyPlatformDetailsEntity trafficCompanyPlatformDetails
private Set<TrafficEmployeeEntity> employees
private Set<TrafficCompanyLocationEntity> locations
private Set<TrafficDepartmentEntity> departments
private TCDataImportSetEntity tcDataImportSet
private Set<ClientCRMEntryEntity> clients
private Set<SupplierCRMEntryEntity> suppliers
private Set<OtherCRMEntryEntity> others
public String getName()
public TrafficCompanyLocationEntity getDefaultLocation()
public void setDefaultLocation(TrafficCompanyLocationEntity defaultLocation)
public void setName(String name)
public String getWebsite()
public void setWebsite(String website)
public Set<TrafficEmployeeEntity> getEmployees()
public void setEmployees(Set<TrafficEmployeeEntity> employees)
public Set<TrafficCompanyLocationEntity> getLocations()
public void setLocations(Set<TrafficCompanyLocationEntity> locations)
public TrafficCompanySettingsEntity getTrafficCompanySettings()
public void setTrafficCompanySettings(TrafficCompanySettingsEntity trafficCompanySettings)
public Set<TrafficDepartmentEntity> getDepartments()
public void setDepartments(Set<TrafficDepartmentEntity> departments)
public TCDataImportSetEntity getTcDataImportSet()
public void setTcDataImportSet(TCDataImportSetEntity tcDataImportSet)
public Set<ClientCRMEntryEntity> getClients()
public void setClients(Set<ClientCRMEntryEntity> clients)
public Set<SupplierCRMEntryEntity> getSuppliers()
public void setSuppliers(Set<SupplierCRMEntryEntity> suppliers)
public Set<OtherCRMEntryEntity> getOthers()
public void setOthers(Set<OtherCRMEntryEntity> others)
public TrafficCompanyPlatformDetailsEntity getTrafficCompanyPlatformDetails()
public void setTrafficCompanyPlatformDetails(TrafficCompanyPlatformDetailsEntity trafficCompanyPlatformDetails)
public void populateChildren()
public String getS3Bucket()
public void setS3Bucket(String s3Bucket)
public String getS3AccessKey()
public void setS3AccessKey(String s3AccessKey)
public String getS3SecretKey()
public void setS3SecretKey(String s3SecretKey)
public Boolean getIsS3Enabled()
public void setIsS3Enabled(Boolean isS3Enabled)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.