Class ProcessNodeSummary

  • All Implemented Interfaces:
    Serializable, Comparable<org.uberfire.paging.AbstractPageRow>

    @Portable
    public class ProcessNodeSummary
    extends org.jbpm.workbench.common.model.GenericSummary<Long>
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessNodeSummary

        public ProcessNodeSummary()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getName

        public String getName()
        Overrides:
        getName in class org.jbpm.workbench.common.model.GenericSummary<Long>
      • getLabel

        public String getLabel()
      • getUniqueId

        public String getUniqueId()
      • setUniqueId

        public void setUniqueId​(String uniqueId)
      • toString

        public String toString()
        Overrides:
        toString in class org.jbpm.workbench.common.model.GenericSummary<Long>