org.alfresco.webdrone.share.site.document
Class ContentDetails

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

Constructor Summary
ContentDetails()
           
 
Method Summary
 String getContent()
           
 String getDescription()
           
 String getName()
           
 String getTitle()
           
 void setContent(String content)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentDetails

public ContentDetails()
Method Detail

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.