public class PrimitiveBean extends Object
| Constructor and Description |
|---|
PrimitiveBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
boolean |
getSetBooleanCalled() |
void |
setBoolean(boolean booleanValue) |
void |
testSetBoolean(String ignored,
boolean booleanValue) |
public PrimitiveBean()
public boolean getBoolean()
public boolean getSetBooleanCalled()
public void setBoolean(boolean booleanValue)
public void testSetBoolean(String ignored, boolean booleanValue)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.