java.lang.Object
org.csveed.test.model.BeanWithMultipleStrings
Note how gamma, beta and alpha are printed in reverse order. This is done on purpose to test whether the declaration
order is taken into account
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BeanWithMultipleStrings
public BeanWithMultipleStrings()
-
-
Method Details
-
getAlpha
Gets the alpha.- Returns:
- the alpha
-
setAlpha
Sets the alpha.- Parameters:
alpha
- the new alpha
-
getBeta
Gets the beta.- Returns:
- the beta
-
setBeta
Sets the beta.- Parameters:
beta
- the new beta
-
getGamma
Gets the gamma.- Returns:
- the gamma
-
setGamma
Sets the gamma.- Parameters:
gamma
- the new gamma
-