org.exoplatform.wcm.ext.component.document.model
Class Document

java.lang.Object
  extended by 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


Constructor Summary
Document(String id, String name, String title, String path, String workspace, String state, String author, String lastEditor, Calendar lastModified, Calendar dateCreated)
           
 
Method Summary
 String getAuthor()
           
 Calendar getDateCreated()
           
 String getId()
           
 String getLastEditor()
           
 Calendar getLastModified()
           
 String getName()
           
 String getPath()
           
 String getState()
           
 String getTitle()
           
 String getWorkspace()
           
 void setAuthor(String author)
           
 void setDateCreated(Calendar dateCreated)
           
 void setId(String id)
           
 void setLastEditor(String lastEditor)
           
 void setLastModified(Calendar lastModified)
           
 void setName(String name)
           
 void setPath(String path)
           
 void setState(String state)
           
 void setTitle(String title)
           
 void setWorkspace(String workspace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document(String id,
                String name,
                String title,
                String path,
                String workspace,
                String state,
                String author,
                String lastEditor,
                Calendar lastModified,
                Calendar dateCreated)
Method Detail

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 © 2013 eXo Platform SAS. All Rights Reserved.