public class WSTaskRecipient
extends java.lang.Object
Constructor and Description |
---|
WSTaskRecipient() |
WSTaskRecipient(at.finkzeit.zsw.server.persistence.model.TaskRecipient innerObj) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId() |
WSLink |
getPerson() |
java.lang.String |
getState() |
WSTimestamp |
getTsSeen() |
WSTimestamp |
getTsTransmitted() |
WSVehicle |
getVehicle() |
void |
setPerson(WSLink person) |
public WSTaskRecipient()
public WSTaskRecipient(at.finkzeit.zsw.server.persistence.model.TaskRecipient innerObj)
public java.lang.Long getId()
public WSLink getPerson()
public void setPerson(WSLink person)
public java.lang.String getState()
public WSTimestamp getTsSeen()
public WSTimestamp getTsTransmitted()
public WSVehicle getVehicle()