@Generated(value="")
public class WorkflowLog
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowLog.Type |
Modifier and Type | Field and Description |
---|---|
protected Creator |
auditPerson |
protected java.lang.String |
commentLog |
protected java.util.Date |
dateCreated |
protected java.lang.String |
description |
protected java.lang.Long |
id |
protected Creator |
person |
protected Creator |
previousPerson |
protected Role |
previousRole |
protected java.lang.String |
previousState |
protected java.lang.String |
previousStateLabel |
protected Role |
role |
protected java.lang.String |
state |
protected java.lang.String |
stateLabel |
protected WorkflowLog.Type |
type |
protected java.lang.Long |
workflowTaskId |
java.lang.String |
xClassName |
Constructor and Description |
---|
WorkflowLog() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid Creator |
getAuditPerson() |
java.lang.String |
getCommentLog() |
java.util.Date |
getDateCreated() |
java.lang.String |
getDescription() |
java.lang.Long |
getId() |
@Valid Creator |
getPerson() |
@Valid Creator |
getPreviousPerson() |
@Valid Role |
getPreviousRole() |
java.lang.String |
getPreviousState() |
java.lang.String |
getPreviousStateLabel() |
@Valid Role |
getRole() |
java.lang.String |
getState() |
java.lang.String |
getStateLabel() |
@Valid WorkflowLog.Type |
getType() |
java.lang.String |
getTypeAsString() |
java.lang.Long |
getWorkflowTaskId() |
int |
hashCode() |
void |
setAuditPerson(Creator auditPerson) |
void |
setAuditPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> auditPersonUnsafeSupplier) |
void |
setCommentLog(java.lang.String commentLog) |
void |
setCommentLog(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> commentLogUnsafeSupplier) |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier) |
void |
setDescription(java.lang.String description) |
void |
setDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> descriptionUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setPerson(Creator person) |
void |
setPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> personUnsafeSupplier) |
void |
setPreviousPerson(Creator previousPerson) |
void |
setPreviousPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> previousPersonUnsafeSupplier) |
void |
setPreviousRole(Role previousRole) |
void |
setPreviousRole(com.liferay.petra.function.UnsafeSupplier<Role,java.lang.Exception> previousRoleUnsafeSupplier) |
void |
setPreviousState(java.lang.String previousState) |
void |
setPreviousState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> previousStateUnsafeSupplier) |
void |
setPreviousStateLabel(java.lang.String previousStateLabel) |
void |
setPreviousStateLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> previousStateLabelUnsafeSupplier) |
void |
setRole(Role role) |
void |
setRole(com.liferay.petra.function.UnsafeSupplier<Role,java.lang.Exception> roleUnsafeSupplier) |
void |
setState(java.lang.String state) |
void |
setState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> stateUnsafeSupplier) |
void |
setStateLabel(java.lang.String stateLabel) |
void |
setStateLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> stateLabelUnsafeSupplier) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<WorkflowLog.Type,java.lang.Exception> typeUnsafeSupplier) |
void |
setType(WorkflowLog.Type type) |
void |
setWorkflowTaskId(java.lang.Long workflowTaskId) |
void |
setWorkflowTaskId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> workflowTaskIdUnsafeSupplier) |
static WorkflowLog |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static WorkflowLog |
unsafeToDTO(java.lang.String json) |
protected Creator auditPerson
protected java.lang.String commentLog
protected java.util.Date dateCreated
protected java.lang.String description
protected java.lang.Long id
protected Creator person
protected Creator previousPerson
protected Role previousRole
protected java.lang.String previousState
protected java.lang.String previousStateLabel
protected Role role
protected java.lang.String state
protected java.lang.String stateLabel
protected WorkflowLog.Type type
protected java.lang.Long workflowTaskId
public java.lang.String xClassName
public static WorkflowLog toDTO(java.lang.String json)
public static WorkflowLog unsafeToDTO(java.lang.String json)
@Valid public @Valid Creator getAuditPerson()
public void setAuditPerson(Creator auditPerson)
public void setAuditPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> auditPersonUnsafeSupplier)
public java.lang.String getCommentLog()
public void setCommentLog(java.lang.String commentLog)
public void setCommentLog(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> commentLogUnsafeSupplier)
public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setDescription(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> descriptionUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
@Valid public @Valid Creator getPerson()
public void setPerson(Creator person)
public void setPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> personUnsafeSupplier)
@Valid public @Valid Creator getPreviousPerson()
public void setPreviousPerson(Creator previousPerson)
public void setPreviousPerson(com.liferay.petra.function.UnsafeSupplier<Creator,java.lang.Exception> previousPersonUnsafeSupplier)
@Valid public @Valid Role getPreviousRole()
public void setPreviousRole(Role previousRole)
public void setPreviousRole(com.liferay.petra.function.UnsafeSupplier<Role,java.lang.Exception> previousRoleUnsafeSupplier)
public java.lang.String getPreviousState()
public void setPreviousState(java.lang.String previousState)
public void setPreviousState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> previousStateUnsafeSupplier)
public java.lang.String getPreviousStateLabel()
public void setPreviousStateLabel(java.lang.String previousStateLabel)
public void setPreviousStateLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> previousStateLabelUnsafeSupplier)
@Valid public @Valid Role getRole()
public void setRole(Role role)
public void setRole(com.liferay.petra.function.UnsafeSupplier<Role,java.lang.Exception> roleUnsafeSupplier)
public java.lang.String getState()
public void setState(java.lang.String state)
public void setState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> stateUnsafeSupplier)
public java.lang.String getStateLabel()
public void setStateLabel(java.lang.String stateLabel)
public void setStateLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> stateLabelUnsafeSupplier)
@Valid public @Valid WorkflowLog.Type getType()
public java.lang.String getTypeAsString()
public void setType(WorkflowLog.Type type)
public void setType(com.liferay.petra.function.UnsafeSupplier<WorkflowLog.Type,java.lang.Exception> typeUnsafeSupplier)
public java.lang.Long getWorkflowTaskId()
public void setWorkflowTaskId(java.lang.Long workflowTaskId)
public void setWorkflowTaskId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> workflowTaskIdUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object