public class TaskProgress extends Object implements Serializable
Constructor and Description |
---|
TaskProgress() |
Modifier and Type | Method and Description |
---|---|
Integer |
getId() |
String |
getStatusUpdate() |
String |
getTimestamp() |
void |
setId(Integer id) |
void |
setStatusUpdate(String statusUpdate) |
void |
setTimestamp(String timestamp) |
public Integer getId()
public void setId(Integer id)
id
- the id to setpublic String getStatusUpdate()
public void setStatusUpdate(String statusUpdate)
statusUpdate
- the statusUpdate to setpublic String getTimestamp()
public void setTimestamp(String timestamp)
timestamp
- the timestamp to setCopyright © 2016. All rights reserved.