Class DocumentAttributeDecimal.Builder
java.lang.Object
org.kuali.rice.kew.api.document.attribute.DocumentAttribute.AbstractBuilder<BigDecimal>
org.kuali.rice.kew.api.document.attribute.DocumentAttributeDecimal.Builder
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.mo.ModelBuilder,DocumentAttributeContract
- Enclosing class:
DocumentAttributeDecimal
public static final class DocumentAttributeDecimal.Builder
extends DocumentAttribute.AbstractBuilder<BigDecimal>
A builder implementation which allows for construction of a
DocumentAttributeDecimal.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build theDocumentAttributefor this builder based on it's current state.Returns the data type of this document attribute.Methods inherited from class org.kuali.rice.kew.api.document.attribute.DocumentAttribute.AbstractBuilder
getName, getValue, setName, setValue
-
Method Details
-
create
-
getDataType
Description copied from interface:DocumentAttributeContractReturns the data type of this document attribute. This will generally inform the type of object returned from the#getValuemethod. This method should never return a null value.- Returns:
- the data type of this document attribute
-
build
Description copied from class:DocumentAttribute.AbstractBuilderBuild theDocumentAttributefor this builder based on it's current state.- Specified by:
buildin interfaceorg.kuali.rice.core.api.mo.ModelBuilder- Specified by:
buildin classDocumentAttribute.AbstractBuilder<BigDecimal>- Returns:
- the instantiated instance of
DocumentAttributewhich was built by this builder
-