@Entity public class EmploymentIntervalEntity extends TCBaseEntity
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private Calendar |
end |
private Calendar |
start |
private TrafficEmployeeDetailsEntity |
trafficEmployeeDetails |
private String |
uuid |
DATE_MOD_FIELD, dateCreated, dateModified, id, ID_FIELD, versionTC_FIELD, TC_PROPERTY_NAME| Constructor and Description |
|---|
EmploymentIntervalEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Calendar |
getEnd() |
Calendar |
getStart() |
TrafficEmployeeDetailsEntity |
getTrafficEmployeeDetails() |
String |
getUuid() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setEnd(Calendar end) |
void |
setStart(Calendar start) |
void |
setTrafficEmployeeDetails(TrafficEmployeeDetailsEntity trafficEmployeeDetails) |
void |
setUuid(String uuid) |
getTrafficCompany, setTrafficCompanyprivate TrafficEmployeeDetailsEntity trafficEmployeeDetails
private String uuid
private Calendar start
private Calendar end
private String description
public String getUuid()
public void setUuid(String uuid)
public Calendar getStart()
public void setStart(Calendar start)
public Calendar getEnd()
public void setEnd(Calendar end)
public String getDescription()
public void setDescription(String description)
public TrafficEmployeeDetailsEntity getTrafficEmployeeDetails()
public void setTrafficEmployeeDetails(TrafficEmployeeDetailsEntity trafficEmployeeDetails)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.