Class ProcessDefinitionDescriptor

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ProcessDefinitionDescriptor>

    public class ProcessDefinitionDescriptor
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<ProcessDefinitionDescriptor>
    Describes a process definition. Note: this class has a natural ordering that is inconsistent with equals.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessDefinitionDescriptor

        public ProcessDefinitionDescriptor​(java.lang.String name,
                                           java.lang.String description)
        Parameters:
        name - name of the process
        description - description of the process
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        name of the process
      • getDescription

        public java.lang.String getDescription()
        Returns:
        description of the process
      • setDescription

        public void setDescription​(java.lang.String description)
        Parameters:
        description - description of the process
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object