java.lang.Object
com.liferay.headless.admin.workflow.dto.v1_0.WorkflowLog
All Implemented Interfaces:
Serializable

@Generated("") public class WorkflowLog extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • auditPerson

      protected Creator auditPerson
    • commentLog

      protected String commentLog
    • dateCreated

      protected Date dateCreated
    • description

      protected String description
    • id

      protected Long id
    • person

      protected Creator person
    • previousPerson

      protected Creator previousPerson
    • previousRole

      protected Role previousRole
    • previousState

      protected String previousState
    • previousStateLabel

      protected String previousStateLabel
    • role

      protected Role role
    • state

      protected String state
    • stateLabel

      protected String stateLabel
    • type

      protected WorkflowLog.Type type
    • workflowTaskId

      protected Long workflowTaskId
    • xClassName

      public String xClassName
  • Constructor Details

    • WorkflowLog

      public WorkflowLog()
  • Method Details

    • toDTO

      public static WorkflowLog toDTO(String json)
    • unsafeToDTO

      public static WorkflowLog unsafeToDTO(String json)
    • getAuditPerson

      @Valid public @Valid Creator getAuditPerson()
    • setAuditPerson

      public void setAuditPerson(Creator auditPerson)
    • setAuditPerson

      public void setAuditPerson(com.liferay.petra.function.UnsafeSupplier<Creator,Exception> auditPersonUnsafeSupplier)
    • getCommentLog

      public String getCommentLog()
    • setCommentLog

      public void setCommentLog(String commentLog)
    • setCommentLog

      public void setCommentLog(com.liferay.petra.function.UnsafeSupplier<String,Exception> commentLogUnsafeSupplier)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • setDateCreated

      public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<Date,Exception> dateCreatedUnsafeSupplier)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getPerson

      @Valid public @Valid Creator getPerson()
    • setPerson

      public void setPerson(Creator person)
    • setPerson

      public void setPerson(com.liferay.petra.function.UnsafeSupplier<Creator,Exception> personUnsafeSupplier)
    • getPreviousPerson

      @Valid public @Valid Creator getPreviousPerson()
    • setPreviousPerson

      public void setPreviousPerson(Creator previousPerson)
    • setPreviousPerson

      public void setPreviousPerson(com.liferay.petra.function.UnsafeSupplier<Creator,Exception> previousPersonUnsafeSupplier)
    • getPreviousRole

      @Valid public @Valid Role getPreviousRole()
    • setPreviousRole

      public void setPreviousRole(Role previousRole)
    • setPreviousRole

      public void setPreviousRole(com.liferay.petra.function.UnsafeSupplier<Role,Exception> previousRoleUnsafeSupplier)
    • getPreviousState

      public String getPreviousState()
    • setPreviousState

      public void setPreviousState(String previousState)
    • setPreviousState

      public void setPreviousState(com.liferay.petra.function.UnsafeSupplier<String,Exception> previousStateUnsafeSupplier)
    • getPreviousStateLabel

      public String getPreviousStateLabel()
    • setPreviousStateLabel

      public void setPreviousStateLabel(String previousStateLabel)
    • setPreviousStateLabel

      public void setPreviousStateLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> previousStateLabelUnsafeSupplier)
    • getRole

      @Valid public @Valid Role getRole()
    • setRole

      public void setRole(Role role)
    • setRole

      public void setRole(com.liferay.petra.function.UnsafeSupplier<Role,Exception> roleUnsafeSupplier)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • setState

      public void setState(com.liferay.petra.function.UnsafeSupplier<String,Exception> stateUnsafeSupplier)
    • getStateLabel

      public String getStateLabel()
    • setStateLabel

      public void setStateLabel(String stateLabel)
    • setStateLabel

      public void setStateLabel(com.liferay.petra.function.UnsafeSupplier<String,Exception> stateLabelUnsafeSupplier)
    • getType

      @Valid public @Valid WorkflowLog.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(WorkflowLog.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<WorkflowLog.Type,Exception> typeUnsafeSupplier)
    • getWorkflowTaskId

      public Long getWorkflowTaskId()
    • setWorkflowTaskId

      public void setWorkflowTaskId(Long workflowTaskId)
    • setWorkflowTaskId

      public void setWorkflowTaskId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> workflowTaskIdUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object