com.ricebridge.xmlman.test
Class LoadBeansTest.ConvRecord

java.lang.Object
  extended bycom.ricebridge.xmlman.test.LoadBeansTest.ConvRecord
Enclosing class:
LoadBeansTest

public static class LoadBeansTest.ConvRecord
extends Object


Constructor Summary
LoadBeansTest.ConvRecord()
           
 
Method Summary
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 Date getDate()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 String getName()
           
 short getShort()
           
 String getString()
           
 void setBoolean(boolean pBoolean)
           
 void setByte(byte pByte)
           
 void setChar(char pChar)
           
 void setDate(Date pDate)
           
 void setDouble(double pDouble)
           
 void setFloat(float pFloat)
           
 void setInt(int pInt)
           
 void setLong(long pLong)
           
 void setName(String pName)
           
 void setShort(short pShort)
           
 void setString(String pString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadBeansTest.ConvRecord

public LoadBeansTest.ConvRecord()
Method Detail

setName

public void setName(String pName)

getName

public String getName()

setInt

public void setInt(int pInt)

getInt

public int getInt()

setShort

public void setShort(short pShort)

getShort

public short getShort()

setLong

public void setLong(long pLong)

getLong

public long getLong()

setFloat

public void setFloat(float pFloat)

getFloat

public float getFloat()

setDouble

public void setDouble(double pDouble)

getDouble

public double getDouble()

setBoolean

public void setBoolean(boolean pBoolean)

getBoolean

public boolean getBoolean()

setChar

public void setChar(char pChar)

getChar

public char getChar()

setByte

public void setByte(byte pByte)

getByte

public byte getByte()

setString

public void setString(String pString)

getString

public String getString()

setDate

public void setDate(Date pDate)

getDate

public Date getDate()

toString

public String toString()


Copyright © 2004-2005 Ricebridge