Class ProcessInstanceVariableRepresentation


  • public class ProcessInstanceVariableRepresentation
    extends Object
    Author:
    Yvo Swillens
    • Constructor Detail

      • ProcessInstanceVariableRepresentation

        public ProcessInstanceVariableRepresentation()
      • ProcessInstanceVariableRepresentation

        public ProcessInstanceVariableRepresentation​(String id,
                                                     String type,
                                                     Object value)
    • Method Detail

      • getId

        public String getId()
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • setId

        public void setId​(String id)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)