Package io.goobi.viewer.model.job.upload
Class StepResponse
java.lang.Object
io.goobi.viewer.model.job.upload.StepResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
int
getOrder()
getTitle()
getUser()
void
setEndDate
(Date endDate) void
setId
(int id) void
setOrder
(int order) void
setStartDate
(Date startDate) void
void
void
-
Constructor Details
-
StepResponse
public StepResponse()
-
-
Method Details
-
getStartDate
- Returns:
- the startDate
-
setStartDate
- Parameters:
startDate
- the startDate to set
-
getEndDate
- Returns:
- the endDate
-
setEndDate
- Parameters:
endDate
- the endDate to set
-
getUser
- Returns:
- the user
-
setUser
- Parameters:
user
- the user to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status
- the status to set
-
getId
public int getId()- Returns:
- the id
-
setId
public void setId(int id) - Parameters:
id
- the id to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title
- the title to set
-
getOrder
public int getOrder()- Returns:
- the order
-
setOrder
public void setOrder(int order) - Parameters:
order
- the order to set
-