Methods Summary |
---|
public java.lang.Integer | getId()
return id;
|
public java.lang.String | getString()
return string;
|
public int | getValueFour()
return valueFour;
|
public int | getValueOne()
return valueOne;
|
public int | getValueThree()
return valueThree;
|
public int | getValueTwo()
return valueTwo;
|
public void | setId(java.lang.Integer id)
this.id = id;
|
public void | setString(java.lang.String string)
this.string = string;
|
public void | setValueFour(int valueFour)
this.valueFour = valueFour;
|
public void | setValueOne(int valueOne)
this.valueOne = valueOne;
|
public void | setValueThree(int valueThree)
this.valueThree = valueThree;
|
public void | setValueTwo(int valueTwo)
this.valueTwo = valueTwo;
|