org.kuali.ole.docstore.model.xmlpojo.ingest
Class Content

java.lang.Object
  extended by org.kuali.ole.docstore.model.xmlpojo.ingest.Content

public class Content
extends Object

Created by IntelliJ IDEA. User: pvsubrah Date: 2/9/12 Time: 9:30 PM To change this template use File | Settings | File Templates.


Constructor Summary
Content()
           
Content(String content)
           
 
Method Summary
 String getContent()
           
 Object getContentObject()
          Method to get contentObject.
 void setContent(String content)
           
 void setContentObject(Object contentObject)
          Method to set contentObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Content

public Content()

Content

public Content(String content)
Method Detail

getContentObject

public Object getContentObject()
Method to get contentObject.

Returns:
the contentObject

setContentObject

public void setContentObject(Object contentObject)
Method to set contentObject.

Parameters:
contentObject - the contentObject to set

getContent

public String getContent()

setContent

public void setContent(String content)


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