Class PojoBean

java.lang.Object
org.apache.struts.validator.PojoBean

public class PojoBean extends Object
Test Bean class.
  • Field Details

    • stringValue1

      protected String stringValue1
    • stringValue2

      protected String stringValue2
    • intValue1

      protected int intValue1
    • intValue2

      protected int intValue2
    • integerValue1

      protected Integer integerValue1
    • integerValue2

      protected Integer integerValue2
    • floatValue1

      protected float floatValue1
    • floatValue2

      protected float floatValue2
    • doubleValue1

      protected double doubleValue1
    • doubleValue2

      protected double doubleValue2
    • beans

      protected PojoBean[] beans
    • map

      protected Map<String,Object> map
    • stringArray

      protected String[] stringArray
  • Constructor Details

    • PojoBean

      public PojoBean()
      Default Constructor
    • PojoBean

      public PojoBean(String stringValue1, String stringValue2)
      Construct Bean with a pair of String values.
    • PojoBean

      public PojoBean(int intValue1, int intValue2)
      Construct Bean with a pair of integer values.
  • Method Details

    • setStringValue1

      public void setStringValue1(String stringValue1)
      Set the stringValue1.
    • getStringValue1

      public String getStringValue1()
      Return stringValue1.
    • setStringValue2

      public void setStringValue2(String stringValue2)
      Set the stringValue2.
    • getStringValue2

      public String getStringValue2()
      Return stringValue2.
    • setStringArray

      public void setStringArray(String[] stringArray)
      Set the stringArray.
    • getStringArray

      public String[] getStringArray()
      Return stringArray.
    • getStringArray

      public String getStringArray(int index)
      Return Indexed value for stringArray.
    • setIntValue1

      public void setIntValue1(int intValue1)
      Set the intValue1.
    • getIntValue1

      public int getIntValue1()
      Return intValue1.
    • setIntValue2

      public void setIntValue2(int intValue2)
      Set the intValue2.
    • getIntValue2

      public int getIntValue2()
      Return intValue2.
    • setIntegerValue1

      public void setIntegerValue1(Integer integerValue1)
      Set the integerValue1.
    • getIntegerValue1

      public Integer getIntegerValue1()
      Return integerValue1.
    • setIntegerValue2

      public void setIntegerValue2(Integer integerValue2)
      Set the integerValue2.
    • getIntegerValue2

      public Integer getIntegerValue2()
      Return integerValue2.
    • setBeans

      public void setBeans(PojoBean[] beans)
      Set the PojoBean[].
    • getBeans

      public PojoBean[] getBeans()
      Return PojoBean[].
    • getBean

      public PojoBean getBean(int index)
      Return and indexed Bean
    • getMap

      public Object getMap()
      Return the Map
    • setMap

      public void setMap(Map<String,Object> map)
      Return the Map
    • setMapped

      public void setMapped(String key, Object value)
      Set a Mapped property
    • getMapped

      public Object getMapped(String key)
      Set a Mapped property
    • getFloatValue1

      public float getFloatValue1()
    • getFloatValue2

      public float getFloatValue2()
    • setFloatValue1

      public void setFloatValue1(float floatValue1)
    • setFloatValue2

      public void setFloatValue2(float floatValue2)
    • getDoubleValue1

      public double getDoubleValue1()
    • getDoubleValue2

      public double getDoubleValue2()
    • setDoubleValue1

      public void setDoubleValue1(double doubleValue1)
    • setDoubleValue2

      public void setDoubleValue2(double doubleValue2)