public static final class DocumentAttributeDateTime.Builder extends DocumentAttribute.AbstractBuilder<org.joda.time.DateTime>
DocumentAttributeDateTime.| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeDateTime |
build()
Build the
DocumentAttribute for this builder based on it's current state. |
static DocumentAttributeDateTime.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.
|
getName, getValue, setName, setValuepublic static DocumentAttributeDateTime.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 valuepublic DocumentAttributeDataType getDataType()
DocumentAttributeContract#getValue method. This method should never return a null value.public DocumentAttributeDateTime build()
DocumentAttribute.AbstractBuilderDocumentAttribute for this builder based on it's current state.build in interface ModelBuilderbuild in class DocumentAttribute.AbstractBuilder<org.joda.time.DateTime>DocumentAttribute which was built by this builderCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.