@Generated(value="")
public class WorkflowLog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Creator |
auditPerson |
protected java.lang.String |
commentLog |
protected java.util.Date |
dateCreated |
protected java.lang.Long |
id |
protected Creator |
person |
protected Creator |
previousPerson |
protected java.lang.String |
previousState |
protected java.lang.String |
state |
protected java.lang.Long |
taskId |
protected java.lang.String |
type |
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.Long |
getId() |
@Valid Creator |
getPerson() |
@Valid Creator |
getPreviousPerson() |
java.lang.String |
getPreviousState() |
java.lang.String |
getState() |
java.lang.Long |
getTaskId() |
java.lang.String |
getType() |
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 |
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 |
setPreviousState(java.lang.String previousState) |
void |
setPreviousState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> previousStateUnsafeSupplier) |
void |
setState(java.lang.String state) |
void |
setState(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> stateUnsafeSupplier) |
void |
setTaskId(java.lang.Long taskId) |
void |
setTaskId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> taskIdUnsafeSupplier) |
void |
setType(java.lang.String type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> typeUnsafeSupplier) |
static WorkflowLog |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected Creator auditPerson
protected java.lang.String commentLog
protected java.util.Date dateCreated
protected java.lang.Long id
protected Creator person
protected Creator previousPerson
protected java.lang.String previousState
protected java.lang.String state
protected java.lang.Long taskId
protected java.lang.String type
public java.lang.String xClassName
public static WorkflowLog toDTO(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.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)
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 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.Long getTaskId()
public void setTaskId(java.lang.Long taskId)
public void setTaskId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> taskIdUnsafeSupplier)
public java.lang.String getType()
public void setType(java.lang.String type)
public void setType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> typeUnsafeSupplier)
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