org.apache.commons.beanutils
Class PrimitiveBean

java.lang.Object
  extended by org.apache.commons.beanutils.PrimitiveBean

public class PrimitiveBean
extends Object

Bean that has primitive properties


Field Summary
private  boolean _boolean
           
private  double _double
           
private  float _float
           
private  int _int
           
private  long _long
           
 
Constructor Summary
PrimitiveBean()
           
 
Method Summary
 boolean getBoolean()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 void setBoolean(boolean _boolean)
           
 void setDouble(double _double)
           
 void setFloat(float _float)
           
 void setInt(int _int)
           
 void setLong(long _long)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_float

private float _float

_double

private double _double

_boolean

private boolean _boolean

_long

private long _long

_int

private int _int
Constructor Detail

PrimitiveBean

public PrimitiveBean()
Method Detail

getFloat

public float getFloat()

setFloat

public void setFloat(float _float)

getDouble

public double getDouble()

setDouble

public void setDouble(double _double)

getBoolean

public boolean getBoolean()

setBoolean

public void setBoolean(boolean _boolean)

getLong

public long getLong()

setLong

public void setLong(long _long)

getInt

public int getInt()

setInt

public void setInt(int _int)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.