jbeantester.tests
Class JBeanTest.InnerJBean

java.lang.Object
  |
  +--jbeantester.tests.JBeanTest.InnerJBean
Enclosing class:
JBeanTest

protected static class JBeanTest.InnerJBean
extends Object


Field Summary
protected  Boolean bool_o
           
protected  boolean bool_p
           
protected  Byte byte_o
           
protected  byte byte_p
           
protected  Character char_o
           
protected  char char_p
           
protected  Date date
           
protected  Double double_o
           
protected  double double_p
           
protected  Float float_o
           
protected  float float_p
           
protected  Integer int_o
           
protected  int int_p
           
protected  Long long_o
           
protected  long long_p
           
protected  Object obj
           
protected  Runnable runnable
           
protected  Short short_o
           
protected  short short_p
           
protected  String string
           
protected  boolean valid
           
 
Constructor Summary
JBeanTest.InnerJBean()
          Default Constructor
JBeanTest.InnerJBean(boolean isBroken)
          Construct our Inner JBean
JBeanTest.InnerJBean(boolean isBroken, String string, Date date, short short_p, Long long_o)
          Construct our Inner JBean
 
Method Summary
 Boolean getBool_o()
          Gets the value of bool_o.
 boolean getBool_p()
          Gets the value of bool_p.
 Byte getByte_o()
          Gets the value of byte_o.
 byte getByte_p()
          Gets the value of byte_p.
 Character getChar_o()
          Gets the value of char_o.
 char getChar_p()
          Gets the value of char_p.
 Date getDate()
          Gets the value of date.
 Double getDouble_o()
          Gets the value of double_o.
 double getDouble_p()
          Gets the value of double_p.
 Float getFloat_o()
          Gets the value of float_o.
 float getFloat_p()
          Gets the value of float_p.
 Integer getInt_o()
          Gets the value of int_o.
 int getInt_p()
          Gets the value of int_p.
 Long getLong_o()
          Gets the value of long_o.
 long getLong_p()
          Gets the value of long_p.
 Object getObj()
          Gets the value of obj.
 Runnable getRunnable()
          Gets the value of runnable.
 Short getShort_o()
          Gets the value of short_o.
 short getShort_p()
          Gets the value of short_p.
 String getString()
          Gets the value of string.
 boolean isBroken()
          Gets the value of isBroken.
 boolean isValid()
          Gets the value of valid.
 void setBool_o(Boolean bool_o)
          Sets the value of bool_o.
 void setBool_p(boolean bool_p)
          Sets the value of bool_p.
 void setByte_o(Byte byte_o)
          Sets the value of byte_o.
 void setByte_p(byte byte_p)
          Sets the value of byte_p.
 void setChar_o(Character char_o)
          Sets the value of char_o.
 void setChar_p(char char_p)
          Sets the value of char_p.
 void setDate(Date date)
          Sets the value of date.
 void setDouble_o(Double double_o)
          Sets the value of double_o.
 void setDouble_p(double double_p)
          Sets the value of double_p.
 void setFloat_o(Float float_o)
          Sets the value of float_o.
 void setFloat_p(float float_p)
          Sets the value of float_p.
 void setInt_o(Integer int_o)
          Sets the value of int_o.
 void setInt_p(int int_p)
          Sets the value of int_p.
 void setInvalid(boolean invalid)
          Sets the value of invalid.
 void setLong_o(Long long_o)
          Sets the value of long_o.
 void setLong_p(long long_p)
          Sets the value of long_p.
 void setObj(Object obj)
          Sets the value of obj.
 void setRunnable(Runnable runnable)
          Sets the value of runnable.
 void setShort_o(Short short_o)
          Sets the value of short_o.
 void setShort_p(short short_p)
          Sets the value of short_p.
 void setString(String string)
          Sets the value of string.
 void setValid(boolean valid)
          Sets the value of valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bool_p

protected boolean bool_p

valid

protected boolean valid

bool_o

protected Boolean bool_o

byte_p

protected byte byte_p

byte_o

protected Byte byte_o

char_p

protected char char_p

char_o

protected Character char_o

double_p

protected double double_p

double_o

protected Double double_o

float_p

protected float float_p

float_o

protected Float float_o

int_p

protected int int_p

int_o

protected Integer int_o

long_p

protected long long_p

long_o

protected Long long_o

obj

protected Object obj

short_p

protected short short_p

short_o

protected Short short_o

string

protected String string

date

protected Date date

runnable

protected Runnable runnable
Constructor Detail

JBeanTest.InnerJBean

public JBeanTest.InnerJBean(boolean isBroken)
Construct our Inner JBean

Parameters:
isBroken -

JBeanTest.InnerJBean

public JBeanTest.InnerJBean(boolean isBroken,
                            String string,
                            Date date,
                            short short_p,
                            Long long_o)
Construct our Inner JBean

Parameters:
isBroken -

JBeanTest.InnerJBean

public JBeanTest.InnerJBean()
Default Constructor

Method Detail

setInvalid

public void setInvalid(boolean invalid)
Sets the value of invalid.


setValid

public void setValid(boolean valid)
Sets the value of valid.


isValid

public boolean isValid()
Gets the value of valid.

Returns:
the value of valid.

setBool_p

public void setBool_p(boolean bool_p)
Sets the value of bool_p.

Parameters:
bool_p - the new value of bool_p.

getBool_p

public boolean getBool_p()
Gets the value of bool_p.

Returns:
the value of bool_p.

setBool_o

public void setBool_o(Boolean bool_o)
Sets the value of bool_o.

Parameters:
bool_o - the new value of bool_o.

getBool_o

public Boolean getBool_o()
Gets the value of bool_o.

Returns:
the value of bool_o.

setByte_p

public void setByte_p(byte byte_p)
Sets the value of byte_p.

Parameters:
byte_p - the new value of byte_p.

getByte_p

public byte getByte_p()
Gets the value of byte_p.

Returns:
the value of byte_p.

setByte_o

public void setByte_o(Byte byte_o)
Sets the value of byte_o.

Parameters:
byte_o - the new value of byte_o.

getByte_o

public Byte getByte_o()
Gets the value of byte_o.

Returns:
the value of byte_o.

setChar_p

public void setChar_p(char char_p)
Sets the value of char_p.

Parameters:
char_p - the new value of char_p.

getChar_p

public char getChar_p()
Gets the value of char_p.

Returns:
the value of char_p.

setChar_o

public void setChar_o(Character char_o)
Sets the value of char_o.

Parameters:
char_o - the new value of char_o.

getChar_o

public Character getChar_o()
Gets the value of char_o.

Returns:
the value of char_o.

setDouble_p

public void setDouble_p(double double_p)
Sets the value of double_p.

Parameters:
double_p - the new value of double_p.

getDouble_p

public double getDouble_p()
Gets the value of double_p.

Returns:
the value of double_p.

setDouble_o

public void setDouble_o(Double double_o)
Sets the value of double_o.

Parameters:
double_o - the new value of double_o.

getDouble_o

public Double getDouble_o()
Gets the value of double_o.

Returns:
the value of double_o.

setFloat_p

public void setFloat_p(float float_p)
Sets the value of float_p.

Parameters:
float_p - the new value of float_p.

getFloat_p

public float getFloat_p()
Gets the value of float_p.

Returns:
the value of float_p.

setFloat_o

public void setFloat_o(Float float_o)
Sets the value of float_o.

Parameters:
float_o - the new value of float_o.

getFloat_o

public Float getFloat_o()
Gets the value of float_o.

Returns:
the value of float_o.

setInt_p

public void setInt_p(int int_p)
Sets the value of int_p.

Parameters:
int_p - the new value of int_p.

getInt_p

public int getInt_p()
Gets the value of int_p.

Returns:
the value of int_p.

setInt_o

public void setInt_o(Integer int_o)
Sets the value of int_o.

Parameters:
int_o - the new value of int_o.

getInt_o

public Integer getInt_o()
Gets the value of int_o.

Returns:
the value of int_o.

setLong_p

public void setLong_p(long long_p)
Sets the value of long_p.

Parameters:
long_p - the new value of long_p.

getLong_p

public long getLong_p()
Gets the value of long_p.

Returns:
the value of long_p.

setLong_o

public void setLong_o(Long long_o)
Sets the value of long_o.

Parameters:
long_o - the new value of long_o.

getLong_o

public Long getLong_o()
Gets the value of long_o.

Returns:
the value of long_o.

setObj

public void setObj(Object obj)
Sets the value of obj.

Parameters:
obj - the new value of obj.

getObj

public Object getObj()
Gets the value of obj.

Returns:
the value of obj.

setShort_p

public void setShort_p(short short_p)
Sets the value of short_p.

Parameters:
short_p - the new value of short_p.

getShort_p

public short getShort_p()
Gets the value of short_p.

Returns:
the value of short_p.

setShort_o

public void setShort_o(Short short_o)
Sets the value of short_o.

Parameters:
short_o - the new value of short_o.

getShort_o

public Short getShort_o()
Gets the value of short_o.

Returns:
the value of short_o.

setString

public void setString(String string)
Sets the value of string.

Parameters:
string - the new value of string.

getString

public String getString()
Gets the value of string.

Returns:
the value of string.

setDate

public void setDate(Date date)
Sets the value of date.

Parameters:
date - the new value of date.

getDate

public Date getDate()
Gets the value of date.

Returns:
the value of date.

setRunnable

public void setRunnable(Runnable runnable)
Sets the value of runnable.

Parameters:
runnable - the new value of runnable.

getRunnable

public Runnable getRunnable()
Gets the value of runnable.

Returns:
the value of runnable.

isBroken

public boolean isBroken()
Gets the value of isBroken.

Returns:
the value of isBroken.