@Entity public class TrafficCompanyLocationEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private AddressEntity |
address |
private String |
email |
private Set<TrafficEmployeeEntity> |
employees |
private String |
externalCode |
private String |
name |
private String |
phone1 |
private String |
phone2 |
private String |
phoneFax |
private String |
website |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
TrafficCompanyLocationEntity() |
| Modifier and Type | Method and Description |
|---|---|
AddressEntity |
getAddress() |
String |
getEmail() |
Set<TrafficEmployeeEntity> |
getEmployees() |
String |
getExternalCode() |
String |
getName() |
TrafficCompanyEntity |
getOwnerCompany() |
String |
getPhone1() |
String |
getPhone2() |
String |
getPhoneFax() |
String |
getWebsite() |
void |
populateChildren() |
void |
setAddress(AddressEntity address) |
void |
setEmail(String email) |
void |
setEmployees(Set<TrafficEmployeeEntity> employees) |
void |
setExternalCode(String externalCode) |
void |
setName(String name) |
void |
setPhone1(String phone1) |
void |
setPhone2(String phone2) |
void |
setPhoneFax(String phoneFax) |
void |
setWebsite(String website) |
getTrafficCompany, setTrafficCompanyprivate String name
private String phone1
private String phone2
private String phoneFax
private String email
private String website
@NotNull private AddressEntity address
private Set<TrafficEmployeeEntity> employees
private String externalCode
public String getName()
public void setName(String name)
public AddressEntity getAddress()
public void setAddress(AddressEntity address)
public Set<TrafficEmployeeEntity> getEmployees()
public void setEmployees(Set<TrafficEmployeeEntity> employees)
public String getPhone1()
public void setPhone1(String phone1)
public String getPhone2()
public void setPhone2(String phone2)
public String getPhoneFax()
public void setPhoneFax(String phoneFax)
public String getEmail()
public void setEmail(String email)
public String getWebsite()
public void setWebsite(String website)
public String getExternalCode()
public void setExternalCode(String externalCode)
public TrafficCompanyEntity getOwnerCompany()
public void populateChildren()
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.