Class ProcessDefinition

java.lang.Object
com.soffid.iam.bpm.api.ProcessDefinition
All Implemented Interfaces:
Serializable

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

    • ProcessDefinition

      public ProcessDefinition()
    • ProcessDefinition

      public ProcessDefinition(int version, String tag, String name, long id, boolean enabled, String appliesTo, PredefinedProcessType type, Date deployed, String author)
    • ProcessDefinition

      public ProcessDefinition(int version, boolean enabled)
    • ProcessDefinition

      public ProcessDefinition(ProcessDefinition otherBean)
  • Method Details

    • getVersion

      public int getVersion()
      Gets value for attribute version
    • setVersion

      public void setVersion(int version)
      Sets value for attribute version
    • getTag

      public String getTag()
      Gets value for attribute tag
    • setTag

      public void setTag(String tag)
      Sets value for attribute tag
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getId

      public long getId()
      Gets value for attribute id
    • setId

      public void setId(long id)
      Sets value for attribute id
    • isEnabled

      public boolean isEnabled()
      Gets value for attribute enabled
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets value for attribute enabled
    • getAppliesTo

      public String getAppliesTo()
      Gets value for attribute appliesTo
    • setAppliesTo

      public void setAppliesTo(String appliesTo)
      Sets value for attribute appliesTo
    • getType

      public PredefinedProcessType getType()
      Gets value for attribute type
    • setType

      public void setType(PredefinedProcessType type)
      Sets value for attribute type
    • getDeployed

      public Date getDeployed()
      Gets value for attribute deployed
    • setDeployed

      public void setDeployed(Date deployed)
      Sets value for attribute deployed
    • getAuthor

      public String getAuthor()
      Gets value for attribute author
    • setAuthor

      public void setAuthor(String author)
      Sets value for attribute author
    • toString

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