Class ScreenInput

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Input input  
      protected int position  
      protected java.lang.String screenId  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Input getInput()  
      int getPosition()  
      java.lang.String getScreenId()  
      void setInput​(Input input)  
      void setPosition​(int position)  
      void setScreenId​(java.lang.String screenId)  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • screenId

        protected java.lang.String screenId
      • position

        protected int position
      • input

        protected Input input
    • Constructor Detail

      • ScreenInput

        public ScreenInput()
      • ScreenInput

        public ScreenInput​(int position,
                           java.lang.String screenId,
                           Input input)
      • ScreenInput

        public ScreenInput​(java.lang.String screenId,
                           Input input)
    • Method Detail

      • getScreenId

        public java.lang.String getScreenId()
      • setScreenId

        public void setScreenId​(java.lang.String screenId)
      • getPosition

        public int getPosition()
      • setPosition

        public void setPosition​(int position)
      • getInput

        public Input getInput()
      • setInput

        public void setInput​(Input input)