Class Assignment
java.lang.Object
com.streambase.liveview.client.dynamictables.Assignment
This represents one assignment to either a Field or a Variable.
- Since:
 - 2.1.4
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAssignment(String fieldName, String value) Shortcut constructor for the common case of setting a single field. - 
Method Summary
Modifier and TypeMethodDescriptiongetValue()setFieldName(String fieldName) setVariableName(String variableName)  
- 
Constructor Details
- 
Assignment
public Assignment() - 
Assignment
 
 - 
 - 
Method Details
- 
getFieldName
- Returns:
 - the fieldName
 
 - 
setFieldName
- Parameters:
 fieldName- the fieldName to set
 - 
getVariableName
- Returns:
 - the variableName
 
 - 
setVariableName
- Parameters:
 variableName- the variableName to set
 - 
getValue
- Returns:
 - the value
 
 - 
setValue
- Parameters:
 value- the value to set
 
 -