Class ProcessModelProperties

java.lang.Object
com.appiancorp.suiteapi.common.Identity
com.appiancorp.suiteapi.process.ProcessModelProperties
All Implemented Interfaces:
LocalId, Serializable
Direct Known Subclasses:
ProcessModelSummary

public class ProcessModelProperties extends Identity
Holds the properties of a process model.
See Also:
  • Constructor Details

    • ProcessModelProperties

      public ProcessModelProperties()
  • Method Details

    • getDesigner

      public String getDesigner()
      The designer is the user who last published or saved a new version of the process model.
      Returns:
      the username of the designer of this model
    • setDesigner

      public void setDesigner(String designer)
      The designer is set when the process model properties are retrieved from the system.
      Parameters:
      designer - the username of the designer
      See Also:
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description_)
    • getProcessModelVersionId

      public String getProcessModelVersionId()
    • setProcessModelVersionId

      public void setProcessModelVersionId(String processModelVersionId_)
    • toString

      public String toString()
      Description copied from class: Identity
      Returns a string representation of the Identity. In general, the toString method returns a string that "textually represents" this object.
      Overrides:
      toString in class Identity
      Returns:
      String representation of the object