public class ProcessModelProperties extends Identity
Constructor and Description |
---|
ProcessModelProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getDesigner()
The designer is the user who last published or saved
a new version of the process model.
|
java.lang.String |
getProcessModelVersionId() |
void |
setDescription(java.lang.String description_) |
void |
setDesigner(java.lang.String designer)
The designer is set when the process model properties are retrieved from the system.
|
void |
setProcessModelVersionId(java.lang.String processModelVersionId_) |
java.lang.String |
toString()
Returns a string representation of the
Identity . |
public java.lang.String getDesigner()
public void setDesigner(java.lang.String designer)
designer
- the username of the designergetDesigner()
public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
public java.lang.String getProcessModelVersionId()
public void setProcessModelVersionId(java.lang.String processModelVersionId_)
public java.lang.String toString()
Identity
Identity
. In general,
the toString method returns a string that "textually represents" this
object.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.