Class UserEntry

java.lang.Object
org.ametys.plugins.forms.data.UserEntry

public class UserEntry extends Object
User entry.
  • Field Details

  • Constructor Details

    • UserEntry

      public UserEntry(int id, Date creationDate, List<FieldValue> values, Integer workflowId, UserIdentity userIdentity)
      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
      userIdentity - the user identity. Can be null.
  • Method Details

    • 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

      Get the creationDate.
      Returns:
      the creationDate
    • setCreationDate

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

      Get the values.
      Returns:
      the values
    • 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

      Get the workflow id of this user entry
      Returns:
      the workflow id of this entry
    • getUserIdentity

      Get the user identity of the entry
      Returns:
      the user identity. Can be null.