Class BpmProcess

java.lang.Object
com.soffid.iam.iga.api.BpmProcess
All Implemented Interfaces:
Serializable

public class BpmProcess extends Object implements Serializable
ValueObject BpmProcess
See Also:
  • Constructor Details

    • BpmProcess

      public BpmProcess()
    • BpmProcess

      public BpmProcess(String processName, String description)
    • BpmProcess

      public BpmProcess(BpmProcess otherBean)
  • Method Details

    • getProcessName

      public String getProcessName()
      Gets value for attribute processName
    • setProcessName

      public void setProcessName(String processName)
      Sets value for attribute processName
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object