org.exoplatform.content.model
Class ContentData
java.lang.Object
org.exoplatform.content.model.ContentData
public class ContentData
- extends java.lang.Object
Created by The eXo Platform SARL
Author : Nhu Dinh Thuan
nhudinhthuan@exoplatform.com
Jul 3, 2006
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id_
protected java.lang.String id_
type_
protected java.lang.String type_
owner_
protected java.lang.String owner_
createdDate_
protected java.util.Date createdDate_
modifiedDate_
protected java.util.Date modifiedDate_
ContentData
public ContentData()
getData
public java.lang.String getData()
throws java.lang.Exception
- Throws:
java.lang.Exception
setData
public void setData(java.lang.String s)
throws java.lang.Exception
- Throws:
java.lang.Exception
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getDataType
public java.lang.String getDataType()
setDataType
public void setDataType(java.lang.String name)
getOwner
public java.lang.String getOwner()
setOwner
public void setOwner(java.lang.String owner)
getCreatedDate
public java.util.Date getCreatedDate()
setCreatedDate
public void setCreatedDate(java.util.Date date)
getModifiedDate
public java.util.Date getModifiedDate()
setModifiedDate
public void setModifiedDate(java.util.Date date)
Copyright © 2011 eXo Platform SAS. All Rights Reserved.