public static final class DocumentAttributeDecimal.Builder extends DocumentAttribute.AbstractBuilder<BigDecimal>
DocumentAttributeDecimal.| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeDecimal |
build()
Build the
DocumentAttribute for this builder based on it's current state. |
static DocumentAttributeDecimal.Builder |
create(String name) |
DocumentAttributeDataType |
getDataType()
Returns the data type of this document attribute.
|
getName, getValue, setName, setValuepublic static DocumentAttributeDecimal.Builder create(String name)
public DocumentAttributeDataType getDataType()
DocumentAttributeContract#getValue method. This method should never return a null value.public DocumentAttributeDecimal build()
DocumentAttribute.AbstractBuilderDocumentAttribute for this builder based on it's current state.build in interface ModelBuilderbuild in class DocumentAttribute.AbstractBuilder<BigDecimal>DocumentAttribute which was built by this builderCopyright © 2005–2016 The Kuali Foundation. All rights reserved.