Skip navigation links


com.thortech.xl.vo.workflow
Class ResponseProperties

java.lang.Object
  extended by com.thortech.xl.vo.workflow.ResponseProperties

All Implemented Interfaces:
java.io.Serializable

public class ResponseProperties
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ResponseProperties()
          Constructor

 

Method Summary
 java.lang.String getHeight()
           
 int[] getLoc()
           
 java.lang.String getResponse()
           
 java.lang.String getTopologyName()
           
 java.lang.String getTopologySection()
           
 java.lang.String getWidth()
           
 void setHeight(java.lang.String height)
           
 void setLoc(int[] loc)
           
 void setResponse(java.lang.String response)
           
 void setTopologyName(java.lang.String topologyName)
           
 void setTopologySection(java.lang.String topologySection)
           
 void setWidth(java.lang.String width)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResponseProperties

public ResponseProperties()
Constructor

Method Detail

getHeight

public java.lang.String getHeight()

setHeight

public void setHeight(java.lang.String height)

getResponse

public java.lang.String getResponse()

setResponse

public void setResponse(java.lang.String response)

getWidth

public java.lang.String getWidth()

setWidth

public void setWidth(java.lang.String width)

getTopologyName

public java.lang.String getTopologyName()

setTopologyName

public void setTopologyName(java.lang.String topologyName)

getTopologySection

public java.lang.String getTopologySection()

setTopologySection

public void setTopologySection(java.lang.String topologySection)

getLoc

public int[] getLoc()

setLoc

public void setLoc(int[] loc)

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.