org.kuali.rice.kew.api.document
Class DocumentContent

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.DocumentContent
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, DocumentContentContract

public final class DocumentContent
extends AbstractDataTransferObject
implements DocumentContentContract

See Also:
Serialized Form

Nested Class Summary
static class DocumentContent.Builder
          A builder which can be used to construct DocumentContent instances.
 
Method Summary
 String getApplicationContent()
           
 String getAttributeContent()
           
 String getDocumentId()
           
 int getFormatVersion()
           
 String getFullContent()
           
 String getSearchableContent()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDocumentId

public String getDocumentId()
Specified by:
getDocumentId in interface DocumentContentContract

getApplicationContent

public String getApplicationContent()
Specified by:
getApplicationContent in interface DocumentContentContract

getAttributeContent

public String getAttributeContent()
Specified by:
getAttributeContent in interface DocumentContentContract

getSearchableContent

public String getSearchableContent()
Specified by:
getSearchableContent in interface DocumentContentContract

getFormatVersion

public int getFormatVersion()
Specified by:
getFormatVersion in interface DocumentContentContract

getFullContent

public String getFullContent()


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