@Generated(value="")
public class Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
dateCreated |
protected java.util.Date |
dateModified |
protected java.lang.Long |
id |
protected java.lang.Boolean |
initial |
protected java.lang.String |
label |
protected java.lang.String |
name |
protected java.lang.Long |
processId |
protected java.lang.String |
processVersion |
protected java.lang.Boolean |
terminal |
protected java.lang.String |
type |
java.lang.String |
xClassName |
Constructor and Description |
---|
Node() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.util.Date |
getDateCreated() |
java.util.Date |
getDateModified() |
java.lang.Long |
getId() |
java.lang.Boolean |
getInitial() |
java.lang.String |
getLabel() |
java.lang.String |
getName() |
java.lang.Long |
getProcessId() |
java.lang.String |
getProcessVersion() |
java.lang.Boolean |
getTerminal() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier) |
void |
setDateModified(java.util.Date dateModified) |
void |
setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setInitial(java.lang.Boolean initial) |
void |
setInitial(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> initialUnsafeSupplier) |
void |
setLabel(java.lang.String label) |
void |
setLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> labelUnsafeSupplier) |
void |
setName(java.lang.String name) |
void |
setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier) |
void |
setProcessId(java.lang.Long processId) |
void |
setProcessId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> processIdUnsafeSupplier) |
void |
setProcessVersion(java.lang.String processVersion) |
void |
setProcessVersion(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> processVersionUnsafeSupplier) |
void |
setTerminal(java.lang.Boolean terminal) |
void |
setTerminal(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> terminalUnsafeSupplier) |
void |
setType(java.lang.String type) |
void |
setType(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> typeUnsafeSupplier) |
static Node |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.util.Date dateCreated
protected java.util.Date dateModified
protected java.lang.Long id
protected java.lang.Boolean initial
protected java.lang.String label
protected java.lang.String name
protected java.lang.Long processId
protected java.lang.String processVersion
protected java.lang.Boolean terminal
protected java.lang.String type
public java.lang.String xClassName
public static Node toDTO(java.lang.String json)
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.util.Date getDateModified()
public void setDateModified(java.util.Date dateModified)
public void setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier)
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)
public java.lang.Boolean getInitial()
public void setInitial(java.lang.Boolean initial)
public void setInitial(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> initialUnsafeSupplier)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public void setLabel(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> labelUnsafeSupplier)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setName(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> nameUnsafeSupplier)
public java.lang.Long getProcessId()
public void setProcessId(java.lang.Long processId)
public void setProcessId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> processIdUnsafeSupplier)
public java.lang.String getProcessVersion()
public void setProcessVersion(java.lang.String processVersion)
public void setProcessVersion(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> processVersionUnsafeSupplier)
public java.lang.Boolean getTerminal()
public void setTerminal(java.lang.Boolean terminal)
public void setTerminal(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> terminalUnsafeSupplier)
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