Package io.microsphere.test.model
Class Model
- java.lang.Object
-
- io.microsphere.test.model.Ancestor
-
- io.microsphere.test.model.Parent
-
- io.microsphere.test.model.Model
-
- All Implemented Interfaces:
java.io.Serializable
public class Model extends Parent
Model Object- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetBd()java.math.BigIntegergetBi()doublegetD()floatgetF()java.lang.StringgetStr()java.util.concurrent.TimeUnitgetTu()voidsetBd(java.math.BigDecimal bd)voidsetBi(java.math.BigInteger bi)voidsetD(double d)voidsetF(float f)voidsetStr(java.lang.String str)voidsetTu(java.util.concurrent.TimeUnit tu)
-
-
-
Method Detail
-
getF
public float getF()
-
setF
public void setF(float f)
-
getD
public double getD()
-
setD
public void setD(double d)
-
getTu
public java.util.concurrent.TimeUnit getTu()
-
setTu
public void setTu(java.util.concurrent.TimeUnit tu)
-
getStr
public java.lang.String getStr()
-
setStr
public void setStr(java.lang.String str)
-
getBi
public java.math.BigInteger getBi()
-
setBi
public void setBi(java.math.BigInteger bi)
-
getBd
public java.math.BigDecimal getBd()
-
setBd
public void setBd(java.math.BigDecimal bd)
-
-