Class RemoteProcessDefinition

  • All Implemented Interfaces:
    Serializable

    public class RemoteProcessDefinition
    extends Object
    implements Serializable
    Wrapper of ProcessDefinition. A process definition is the metadata of a process. It contains the set of activities, conditionals and the flow that connects everything
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getCreationDate

        public long getCreationDate()
      • setCreationDate

        public void setCreationDate​(long creationDate)
      • getVersion

        public String getVersion()
      • setVersion

        public void setVersion​(String version)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object