Package com.alfresco.process.models
Class FieldParams
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class FieldParams
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerfractionLength
-
Constructor Summary
Constructors Constructor Description FieldParams(Integer fractionLength)
-
Method Summary
Modifier and Type Method Description final IntegergetFractionLength()final UnitsetFractionLength(@Json(name = "fractionLength") Integer fractionLength)-
-
Constructor Detail
-
FieldParams
FieldParams(Integer fractionLength)
-
-
Method Detail
-
getFractionLength
final Integer getFractionLength()
-
setFractionLength
final Unit setFractionLength(@Json(name = "fractionLength") Integer fractionLength)
-
-
-
-