Package org.apfloat.samples
Class ApfloatHolder
java.lang.Object
org.apfloat.samples.ApfloatHolder
- All Implemented Interfaces:
Serializable
- Version:
- 1.9.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct an ApfloatHolder containingnull
.ApfloatHolder
(Apfloat apfloat) Construct an ApfloatHolder containing the specified apfloat. -
Method Summary
Modifier and TypeMethodDescriptionReturn the apfloat contained in this bean.void
setApfloat
(Apfloat apfloat) Set the apfloat contained in this bean.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
apfloat
-
-
Constructor Details
-
ApfloatHolder
public ApfloatHolder()Construct an ApfloatHolder containingnull
. -
ApfloatHolder
Construct an ApfloatHolder containing the specified apfloat.- Parameters:
apfloat
- The number to hold.
-
-
Method Details
-
getApfloat
Return the apfloat contained in this bean.- Returns:
- The apfloat contained in this bean.
-
setApfloat
Set the apfloat contained in this bean.- Parameters:
apfloat
- The apfloat.
-