public class TrafficEmployeeEventTO<TO extends BaseTO> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private TrafficEmployeeEventType |
trafficEmployeeEventType |
private Identifier |
trafficEmployeeId |
private TO |
updatedLightweightTO |
| Constructor and Description |
|---|
TrafficEmployeeEventTO() |
TrafficEmployeeEventTO(TrafficEmployeeEventType trafficEmployeeEventType,
Identifier trafficEmployeeId,
TO updatedLightweightTO) |
| Modifier and Type | Method and Description |
|---|---|
TrafficEmployeeEventType |
getTrafficEmployeeEventType() |
Identifier |
getTrafficEmployeeId() |
TO |
getUpdatedLightweightTO() |
void |
setTrafficEmployeeEventType(TrafficEmployeeEventType trafficEmployeeEventType) |
void |
setTrafficEmployeeId(Identifier trafficEmployeeId) |
void |
setUpdatedLightweightTO(TO updatedLightweightTO) |
private static final long serialVersionUID
private TrafficEmployeeEventType trafficEmployeeEventType
private Identifier trafficEmployeeId
public TrafficEmployeeEventTO()
public TrafficEmployeeEventTO(TrafficEmployeeEventType trafficEmployeeEventType, Identifier trafficEmployeeId, TO updatedLightweightTO)
public TrafficEmployeeEventType getTrafficEmployeeEventType()
public void setTrafficEmployeeEventType(TrafficEmployeeEventType trafficEmployeeEventType)
public Identifier getTrafficEmployeeId()
public void setTrafficEmployeeId(Identifier trafficEmployeeId)
public TO getUpdatedLightweightTO()
public void setUpdatedLightweightTO(TO updatedLightweightTO)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.