Modifier and Type | Field and Description |
---|---|
protected Date |
_creationDate
The entry submission date.
|
protected int |
_id
The entry id.
|
protected List<FieldValue> |
_values
The entry values.
|
protected Integer |
_workflowId
The workflow id
|
Constructor and Description |
---|
UserEntry(int id,
Date creationDate,
List<FieldValue> values,
Integer workflowId)
Constructor with parameters.
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Get the creationDate.
|
int |
getId()
Get the id.
|
List<FieldValue> |
getValues()
Get the values.
|
Integer |
getWorkflowId()
Get the workflow id of this user entry
|
void |
setCreationDate(Date creationDate)
Set the creationDate.
|
void |
setId(int id)
Set the id.
|
void |
setValues(List<FieldValue> values)
Set the values.
|
void |
setWorkflowId(Integer workflowId)
Set the workflow id of this entry
|
protected int _id
protected Date _creationDate
protected List<FieldValue> _values
protected Integer _workflowId
public UserEntry(int id, Date creationDate, List<FieldValue> values, Integer workflowId)
id
- the id of the user entrycreationDate
- the creation date of the user entryvalues
- the values of the user entryworkflowId
- the id of the workflow of this user entrypublic int getId()
public void setId(int id)
id
- the id to setpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- the creationDate to setpublic List<FieldValue> getValues()
public void setValues(List<FieldValue> values)
values
- the values to setpublic void setWorkflowId(Integer workflowId)
workflowId
- the id of the workflow of this entrypublic Integer getWorkflowId()