Class PropertyBean
java.lang.Object
ee.jakarta.tck.pages.spec.core_syntax.actions.setproperty.PropertyBean
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the value of pBoolean.Get the value of pInt.Get the value of pString.void
Set the value of pBoolean.void
Set the value of pInt.void
setPString
(String v) Set the value of pString.
-
Constructor Details
-
PropertyBean
public PropertyBean()
-
-
Method Details
-
getPString
Get the value of pString.- Returns:
- value of pString.
-
setPString
Set the value of pString.- Parameters:
v
- Value to assign to pString.
-
getPBoolean
Get the value of pBoolean.- Returns:
- value of pBoolean.
-
setPBoolean
Set the value of pBoolean.- Parameters:
v
- Value to assign to pBoolean.
-
getPInteger
Get the value of pInt.- Returns:
- value of pInt.
-
setPInteger
Set the value of pInt.- Parameters:
v
- Value to assign to pInt.
-