Class PropertiesSection

Object
com.liferay.portal.tools.propertiesdoc.PropertiesSection

public class PropertiesSection extends Object
Author:
Jesse Rao, James Hinkey
  • Constructor Details

    • PropertiesSection

      public PropertiesSection(String text)
  • Method Details

    • 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)