Class ProcessVariable


  • public class ProcessVariable
    extends java.lang.Object
    Process variable
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessVariable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getName()  
      java.lang.String getType()  
      java.lang.Object getValue()  
      boolean isRequired()  
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      void setRequired​(boolean required)  
      void setType​(java.lang.String type)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessVariable

        public ProcessVariable()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • isRequired

        public boolean isRequired()
      • setRequired

        public void setRequired​(boolean required)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)