Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.propertiesdoc
Class PropertiesSection

java.lang.Object
  extended by com.liferay.portal.tools.propertiesdoc.PropertiesSection

public class PropertiesSection
extends Object


Constructor Summary
PropertiesSection(String text)
           
 
Method Summary
 List<String> getComments()
           
 String getDefaultProperties()
           
 String getExampleProperties()
           
 List<PropertyComment> getPropertyComments()
           
 String getText()
           
 String getTitle()
           
 boolean hasComments()
           
 boolean hasDefaultProperties()
           
 boolean hasExampleProperties()
           
 boolean hasPropertyComments()
           
 boolean hasTitle()
           
 void setComments(List<String> comments)
           
 void setDefaultProperties(String defaultProperties)
           
 void setExampleProperties(String exampleProperties)
           
 void setPropertyComments(List<PropertyComment> propertyComments)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesSection

public PropertiesSection(String text)
Method Detail

getComments

public List<String> getComments()

getDefaultProperties

public String getDefaultProperties()

getExampleProperties

public String getExampleProperties()

getPropertyComments

public List<PropertyComment> getPropertyComments()

getText

public String getText()

getTitle

public String getTitle()

hasComments

public boolean hasComments()

hasDefaultProperties

public boolean hasDefaultProperties()

hasExampleProperties

public boolean hasExampleProperties()

hasPropertyComments

public boolean hasPropertyComments()

hasTitle

public boolean hasTitle()

setComments

public void setComments(List<String> comments)

setDefaultProperties

public void setDefaultProperties(String defaultProperties)

setExampleProperties

public void setExampleProperties(String exampleProperties)

setPropertyComments

public void setPropertyComments(List<PropertyComment> propertyComments)

setTitle

public void setTitle(String title)

Liferay 6.1.2-ce-ga3