Class ParameterInfo
java.lang.Object
gen.org.tkit.onecx.parameters.v2.model.ParameterInfo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentValue(Object currentValue) defaultValue(Object defaultValue) booleanCompares this object to the specified object.getCount()Get countGet currentValueGet defaultValueinthashCode()Returns a hash code for aParameterInfo.voidSet countvoidsetCurrentValue(Object currentValue) Set currentValuevoidsetDefaultValue(Object defaultValue) Set defaultValuetoString()Create a string representation of this pojo.
-
Constructor Details
-
ParameterInfo
public ParameterInfo()
-
-
Method Details
-
getCount
Get count- Returns:
- count
-
setCount
Set count -
count
-
getDefaultValue
Get defaultValue- Returns:
- defaultValue
-
setDefaultValue
Set defaultValue -
defaultValue
-
getCurrentValue
Get currentValue- Returns:
- currentValue
-
setCurrentValue
Set currentValue -
currentValue
-
toString
Create a string representation of this pojo. -
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is aParameterInfoobject that contains the same values as this object. -
hashCode
public int hashCode()Returns a hash code for aParameterInfo.
-