Class ResponseProperties

java.lang.Object
com.thortech.xl.vo.workflow.ResponseProperties
All Implemented Interfaces:
Serializable

public class ResponseProperties extends Object implements Serializable
Author:
rkuchi Represents the UI control for a Response. Holds the diferent UI properties
See Also:
  • Constructor Details

    • ResponseProperties

      public ResponseProperties()
      Constructor
  • Method Details

    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getResponse

      public String getResponse()
    • setResponse

      public void setResponse(String response)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getTopologyName

      public String getTopologyName()
    • setTopologyName

      public void setTopologyName(String topologyName)
    • getTopologySection

      public String getTopologySection()
    • setTopologySection

      public void setTopologySection(String topologySection)
    • getLoc

      public int[] getLoc()
    • setLoc

      public void setLoc(int[] loc)