org.kuali.rice.kew.api.document
Class DocumentContentUpdate.Builder

java.lang.Object
  extended by org.kuali.rice.kew.api.document.DocumentContentUpdate.Builder
All Implemented Interfaces:
Serializable, ModelBuilder
Enclosing class:
DocumentContentUpdate

public static final class DocumentContentUpdate.Builder
extends Object
implements Serializable, ModelBuilder

A builder which can be used to construct DocumentContentUpdate instances.

See Also:
Serialized Form

Method Summary
 DocumentContentUpdate build()
          Returns an instance of the object being built by this builder based on the current state of the builder.
static DocumentContentUpdate.Builder create()
           
static DocumentContentUpdate.Builder create(DocumentContent documentContent)
           
static DocumentContentUpdate.Builder create(DocumentContentUpdate documentContentUpdate)
           
 String getApplicationContent()
           
 String getAttributeContent()
           
 List<WorkflowAttributeDefinition> getAttributeDefinitions()
           
 String getSearchableContent()
           
 List<WorkflowAttributeDefinition> getSearchableDefinitions()
           
 void setApplicationContent(String applicationContent)
           
 void setAttributeContent(String attributeContent)
           
 void setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)
           
 void setSearchableContent(String searchableContent)
           
 void setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static DocumentContentUpdate.Builder create()

create

public static DocumentContentUpdate.Builder create(DocumentContent documentContent)

create

public static DocumentContentUpdate.Builder create(DocumentContentUpdate documentContentUpdate)

build

public DocumentContentUpdate build()
Description copied from interface: ModelBuilder
Returns an instance of the object being built by this builder based on the current state of the builder. It should be possible to invoke this method more than once on the same builder. It should never return null;

Specified by:
build in interface ModelBuilder
Returns:
an instance of the object being built by this builder, should never return null

getAttributeContent

public String getAttributeContent()

setAttributeContent

public void setAttributeContent(String attributeContent)

getApplicationContent

public String getApplicationContent()

setApplicationContent

public void setApplicationContent(String applicationContent)

getSearchableContent

public String getSearchableContent()

setSearchableContent

public void setSearchableContent(String searchableContent)

getAttributeDefinitions

public List<WorkflowAttributeDefinition> getAttributeDefinitions()

setAttributeDefinitions

public void setAttributeDefinitions(List<WorkflowAttributeDefinition> attributeDefinitions)

getSearchableDefinitions

public List<WorkflowAttributeDefinition> getSearchableDefinitions()

setSearchableDefinitions

public void setSearchableDefinitions(List<WorkflowAttributeDefinition> searchableDefinitions)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.