Class BeanWithNameMatching

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

public class BeanWithNameMatching extends Object
The Class BeanWithNameMatching.
  • Field Details

    • line3

      public String line3
      The line 3.
    • line1

      public String line1
      The line 1.
    • line2

      public String line2
      The line 2.
  • Constructor Details

    • BeanWithNameMatching

      public BeanWithNameMatching()
  • Method Details

    • getLine1

      public String getLine1()
      Gets the line 1.
      Returns:
      the line 1
    • setLine1

      public void setLine1(String line1)
      Sets the line 1.
      Parameters:
      line1 - the new line 1
    • getLine2

      public String getLine2()
      Gets the line 2.
      Returns:
      the line 2
    • setLine2

      public void setLine2(String line2)
      Sets the line 2.
      Parameters:
      line2 - the new line 2
    • getLine3

      public String getLine3()
      Gets the line 3.
      Returns:
      the line 3
    • setLine3

      public void setLine3(String line3)
      Sets the line 3.
      Parameters:
      line3 - the new line 3