org.exoplatform.wcm.ext.component.document.model
Class Document
java.lang.Object
org.exoplatform.wcm.ext.component.document.model.Document
public class Document
- extends Object
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar
22, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document(String id,
String name,
String title,
String path,
String workspace,
String state,
String author,
String lastEditor,
Calendar lastModified,
Calendar dateCreated)
getId
public String getId()
setId
public void setId(String id)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getPath
public String getPath()
setPath
public void setPath(String path)
getWorkspace
public String getWorkspace()
setWorkspace
public void setWorkspace(String workspace)
getState
public String getState()
setState
public void setState(String state)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getLastEditor
public String getLastEditor()
setLastEditor
public void setLastEditor(String lastEditor)
getLastModified
public Calendar getLastModified()
setLastModified
public void setLastModified(Calendar lastModified)
getDateCreated
public Calendar getDateCreated()
setDateCreated
public void setDateCreated(Calendar dateCreated)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.