java.lang.Object
ee.jakarta.tck.pages.spec.core_syntax.actions.setproperty.PropertyBean
All Implemented Interfaces:
Serializable

public class PropertyBean extends Object implements Serializable
PropertyBean.java Simple Java Bean to verify that a JSP Container will make use of a Bean's PropertyEditory class if one is available.
See Also:
  • Constructor Details

    • PropertyBean

      public PropertyBean()
  • Method Details

    • getPString

      public String getPString()
      Get the value of pString.
      Returns:
      value of pString.
    • setPString

      public void setPString(String v)
      Set the value of pString.
      Parameters:
      v - Value to assign to pString.
    • getPBoolean

      public Boolean getPBoolean()
      Get the value of pBoolean.
      Returns:
      value of pBoolean.
    • setPBoolean

      public void setPBoolean(Boolean v)
      Set the value of pBoolean.
      Parameters:
      v - Value to assign to pBoolean.
    • getPInteger

      public Integer getPInteger()
      Get the value of pInt.
      Returns:
      value of pInt.
    • setPInteger

      public void setPInteger(Integer v)
      Set the value of pInt.
      Parameters:
      v - Value to assign to pInt.