@Entity public class JobStatusHistory extends Object
| Constructor and Description |
|---|
JobStatusHistory() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
Job |
getJob() |
StatusType |
getStatus() |
LocalDateTime |
getTimestamp() |
void |
setId(long id) |
void |
setJob(Job job) |
void |
setStatus(StatusType status) |
void |
setTimestamp(LocalDateTime timestamp) |
public long getId()
public void setId(long id)
public StatusType getStatus()
public void setStatus(StatusType status)
public LocalDateTime getTimestamp()
public void setTimestamp(LocalDateTime timestamp)
public Job getJob()
public void setJob(Job job)
Copyright © 2019. All rights reserved.