Package org.apfloat.samples
Class ApfloatHolder
- java.lang.Object
-
- org.apfloat.samples.ApfloatHolder
-
- All Implemented Interfaces:
Serializable
public class ApfloatHolder extends Object implements Serializable
- Version:
- 1.9.0
- Author:
- Mikko Tommila
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApfloatHolder()
Construct an ApfloatHolder containingnull
.ApfloatHolder(Apfloat apfloat)
Construct an ApfloatHolder containing the specified apfloat.
-
Method Summary
Modifier and Type Method Description Apfloat
getApfloat()
Return the apfloat contained in this bean.void
setApfloat(Apfloat apfloat)
Set the apfloat contained in this bean.
-
-
-
Constructor Detail
-
ApfloatHolder
public ApfloatHolder()
Construct an ApfloatHolder containingnull
.
-
ApfloatHolder
public ApfloatHolder(Apfloat apfloat)
Construct an ApfloatHolder containing the specified apfloat.- Parameters:
apfloat
- The number to hold.
-
-