org.apache.commons.beanutils
Class PrimitiveBean
java.lang.Object
org.apache.commons.beanutils.PrimitiveBean
public class PrimitiveBean
- extends Object
Bean that has primitive properties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_float
private float _float
_double
private double _double
_boolean
private boolean _boolean
_long
private long _long
_int
private int _int
PrimitiveBean
public PrimitiveBean()
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.