Uses of Class
org.kuali.coeus.sys.api.model.ScaleThreeDecimal
-
Packages that use ScaleThreeDecimal Package Description org.kuali.coeus.sys.api.model -
-
Uses of ScaleThreeDecimal in org.kuali.coeus.sys.api.model
Fields in org.kuali.coeus.sys.api.model declared as ScaleThreeDecimal Modifier and Type Field Description static ScaleThreeDecimalScaleThreeDecimal. ONE_HUNDREDstatic ScaleThreeDecimalScaleThreeDecimal. ZEROMethods in org.kuali.coeus.sys.api.model that return ScaleThreeDecimal Modifier and Type Method Description protected ScaleThreeDecimalScaleThreeDecimal. newInstance(int value)protected ScaleThreeDecimalScaleThreeDecimal. newInstance(BigDecimal value, int scale)protected ScaleThreeDecimalScaleThreeDecimal. oneHundred()protected ScaleThreeDecimalScaleThreeDecimal. zero()
-