public class Variant
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | name | 
| protected java.lang.String | populate | 
| protected java.lang.String | technology | 
| protected java.lang.String | value | 
| Constructor and Description | 
|---|
| Variant() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()Gets the value of the name property. | 
| java.lang.String | getPopulate()Gets the value of the populate property. | 
| java.lang.String | getTechnology()Gets the value of the technology property. | 
| java.lang.String | getValue()Gets the value of the value property. | 
| void | setName(java.lang.String value)Sets the value of the name property. | 
| void | setPopulate(java.lang.String value)Sets the value of the populate property. | 
| void | setTechnology(java.lang.String value)Sets the value of the technology property. | 
| void | setValue(java.lang.String value)Sets the value of the value property. | 
protected java.lang.String name
protected java.lang.String populate
protected java.lang.String value
protected java.lang.String technology
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getPopulate()
Stringpublic void setPopulate(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getTechnology()
Stringpublic void setTechnology(java.lang.String value)
value - allowed object is String