|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kew.api.document.attribute.DocumentAttribute.AbstractBuilder<BigInteger>
org.kuali.rice.kew.api.document.attribute.DocumentAttributeInteger.Builder
public static final class DocumentAttributeInteger.Builder
A builder implementation which allows for construction of a DocumentAttributeInteger.
| Method Summary | |
|---|---|
DocumentAttributeInteger |
build()
Build the DocumentAttribute for this builder based on it's current state. |
static DocumentAttributeInteger.Builder |
create(String name)
Create a builder for the document attribute using the given attribute name. |
DocumentAttributeDataType |
getDataType()
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DocumentAttributeInteger.Builder create(String name)
name - the name of the document attribute which should be built by this builder, should never be a
null or blank value
public DocumentAttributeDataType getDataType()
DocumentAttributeContract#getValue method. This method should never return a null value.
public DocumentAttributeInteger build()
DocumentAttribute.AbstractBuilderDocumentAttribute for this builder based on it's current state.
build in interface ModelBuilderbuild in class DocumentAttribute.AbstractBuilder<BigInteger>DocumentAttribute which was built by this builder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||