public class DocumentBean extends Object implements Serializable
Represents document in sharepoint workspace
| Constructor and Description |
|---|
DocumentBean(String id,
String progID,
String fileRef,
String objType,
String created,
String author,
String modified,
String editor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCreated() |
String |
getEditor() |
String |
getFileRef() |
String |
getId() |
String |
getModified() |
String |
getObjType() |
String |
getProgID() |
void |
setAuthor(String author) |
void |
setCreated(String created) |
void |
setEditor(String editor) |
void |
setFileRef(String fileRef) |
void |
setId(String id) |
void |
setModified(String modified) |
void |
setObjType(String objType) |
void |
setProgID(String progID) |
public String getId()
public void setId(String id)
id - the id to setpublic String getProgID()
public void setProgID(String progID)
progID - the progID to setpublic String getFileRef()
public void setFileRef(String fileRef)
fileRef - the fileRef to setpublic String getObjType()
public void setObjType(String objType)
objType - the fSObjType to setpublic String getCreated()
public void setCreated(String created)
created - the created to setpublic String getAuthor()
public void setAuthor(String author)
author - the author to setpublic String getModified()
public void setModified(String modified)
modified - the modified to setpublic String getEditor()
public void setEditor(String editor)
editor - the editor to setCopyright © 2005–2014 Alfresco Software. All rights reserved.