Class BeanWithMultipleStrings

java.lang.Object
org.csveed.test.model.BeanWithMultipleStrings

public class BeanWithMultipleStrings extends Object
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 Details

    • BeanWithMultipleStrings

      public BeanWithMultipleStrings()
  • Method Details

    • getAlpha

      public String getAlpha()
      Gets the alpha.
      Returns:
      the alpha
    • setAlpha

      public void setAlpha(String alpha)
      Sets the alpha.
      Parameters:
      alpha - the new alpha
    • getBeta

      public String getBeta()
      Gets the beta.
      Returns:
      the beta
    • setBeta

      public void setBeta(String beta)
      Sets the beta.
      Parameters:
      beta - the new beta
    • getGamma

      public String getGamma()
      Gets the gamma.
      Returns:
      the gamma
    • setGamma

      public void setGamma(String gamma)
      Sets the gamma.
      Parameters:
      gamma - the new gamma