fr.jussieu.gla.wasa.core.junit
Class ImmutablePropertyTypesBean

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.core.junit.ImmutablePropertyTypesBean

public class ImmutablePropertyTypesBean
extends java.lang.Object

A Bean with properties of immutable types, as declared in VarFactory.

Version:
$Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:02 $
Author:
Laurent Caillette

Constructor Summary
ImmutablePropertyTypesBean()
           
 
Method Summary
 boolean getBooleanValue()
           
 byte getByteValue()
           
 char getCharValue()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 short getShortValue()
           
 java.lang.String getStringValue()
           
 void setBooleanValue(boolean booleanValue)
           
 void setByteValue(byte byteValue)
           
 void setCharValue(char charValue)
           
 void setDoubleValue(double doubleValue)
           
 void setFloatValue(float floatValue)
           
 void setIntValue(int intValue)
           
 void setLongValue(long longValue)
           
 void setShortValue(short shortValue)
           
 void setStringValue(java.lang.String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutablePropertyTypesBean

public ImmutablePropertyTypesBean()
Method Detail

getIntValue

public int getIntValue()

setIntValue

public void setIntValue(int intValue)

setStringValue

public void setStringValue(java.lang.String stringValue)

getStringValue

public java.lang.String getStringValue()

setByteValue

public void setByteValue(byte byteValue)

getByteValue

public byte getByteValue()

setShortValue

public void setShortValue(short shortValue)

getShortValue

public short getShortValue()

setLongValue

public void setLongValue(long longValue)

getLongValue

public long getLongValue()

setFloatValue

public void setFloatValue(float floatValue)

getFloatValue

public float getFloatValue()

setDoubleValue

public void setDoubleValue(double doubleValue)

getDoubleValue

public double getDoubleValue()

setBooleanValue

public void setBooleanValue(boolean booleanValue)

getBooleanValue

public boolean getBooleanValue()

setCharValue

public void setCharValue(char charValue)

getCharValue

public char getCharValue()