org.kuali.ole.docstore.model.xmlpojo.ingest
Class Content
java.lang.Object
   org.kuali.ole.docstore.model.xmlpojo.ingest.Content
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.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Content
public Content()
Content
public Content(String content)
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.