public class Assignment extends Object
| Constructor and Description | 
|---|
Assignment()  | 
Assignment(String fieldName,
          String value)
Shortcut constructor for the common case of setting a single field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getFieldName()  | 
String | 
getValue()  | 
String | 
getVariableName()  | 
Assignment | 
setFieldName(String fieldName)  | 
Assignment | 
setValue(String value)  | 
Assignment | 
setVariableName(String variableName)  | 
public String getFieldName()
public Assignment setFieldName(String fieldName)
fieldName - the fieldName to setpublic String getVariableName()
public Assignment setVariableName(String variableName)
variableName - the variableName to setpublic String getValue()
public Assignment setValue(String value)
value - the value to setCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.