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, setValue
public static DocumentAttributeDecimal.Builder create(String name)
public DocumentAttributeDataType getDataType()
DocumentAttributeContract
#getValue
method. This method should never return a null value.public DocumentAttributeDecimal build()
DocumentAttribute.AbstractBuilder
DocumentAttribute
for this builder based on it's current state.build
in interface ModelBuilder
build
in class DocumentAttribute.AbstractBuilder<BigDecimal>
DocumentAttribute
which was built by this builderCopyright © 2005–2016 The Kuali Foundation. All rights reserved.