org.alfresco.webdrone.share.site.document
Class ContentDetails
java.lang.Object
org.alfresco.webdrone.share.site.document.ContentDetails
public class ContentDetails
- extends Object
Representation of Content Details that can be used while create/edit the content.
- Since:
- 1.6.1
- Author:
- Shan Nagarajan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentDetails
public ContentDetails()
getName
public String getName()
setName
public void setName(String name)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getContent
public String getContent()
setContent
public void setContent(String content)
Copyright © 2013. All Rights Reserved.