public interface ITVariableData
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getData()Returns the value of field 'data'. | 
| int | getDataType()Returns the value of field 'dataType'. | 
| java.lang.String | getQueryName()Returns the value of field 'queryName'. | 
| java.lang.String | getTarget()Returns the value of field 'target'. | 
| java.lang.String | getUpdaterName()Returns the value of field 'updaterName'. | 
| java.lang.String | getUpdaterType()Returns the value of field 'updaterType'. | 
| void | setData(java.lang.Object data)Sets the value of field 'data'. | 
| void | setDataType(int dataType)Sets the value of field 'dataType'. | 
| void | setQueryName(java.lang.String queryName)Sets the value of field 'queryName'. | 
| void | setTarget(java.lang.String target)Sets the value of field 'target'. | 
| void | setUpdaterName(java.lang.String updaterName)Sets the value of field 'updaterName'. | 
| void | setUpdaterType(java.lang.String updaterType)Sets the value of field 'updaterType'. | 
java.lang.Object getData()
int getDataType()
java.lang.String getQueryName()
java.lang.String getTarget()
java.lang.String getUpdaterName()
java.lang.String getUpdaterType()
void setData(java.lang.Object data)
data - the value of field 'data'.void setDataType(int dataType)
dataType - the value of field 'dataType'.void setQueryName(java.lang.String queryName)
queryName - the value of field 'queryName'.void setTarget(java.lang.String target)
target - the value of field 'target'.void setUpdaterName(java.lang.String updaterName)
updaterName - the value of field 'updaterName'.void setUpdaterType(java.lang.String updaterType)
updaterType - the value of field 'updaterType'.