Class UserEntry

    • Constructor Detail

      • UserEntry

        public UserEntry​(int id,
                         Date creationDate,
                         List<FieldValue> values,
                         Integer workflowId)
        Constructor with parameters.
        Parameters:
        id - the id of the user entry
        creationDate - the creation date of the user entry
        values - the values of the user entry
        workflowId - the id of the workflow of this user entry
    • Method Detail

      • getId

        public int getId()
        Get the id.
        Returns:
        the id
      • setId

        public void setId​(int id)
        Set the id.
        Parameters:
        id - the id to set
      • getCreationDate

        public Date getCreationDate()
        Get the creationDate.
        Returns:
        the creationDate
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Set the creationDate.
        Parameters:
        creationDate - the creationDate to set
      • setValues

        public void setValues​(List<FieldValue> values)
        Set the values.
        Parameters:
        values - the values to set
      • setWorkflowId

        public void setWorkflowId​(Integer workflowId)
        Set the workflow id of this entry
        Parameters:
        workflowId - the id of the workflow of this entry
      • getWorkflowId

        public Integer getWorkflowId()
        Get the workflow id of this user entry
        Returns:
        the workflow id of this entry