com.liferay.portlet.dynamicdatamapping.model
Class DDMFormLayoutPage
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.DDMFormLayoutPage
public class DDMFormLayoutPage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMFormLayoutPage
public DDMFormLayoutPage()
DDMFormLayoutPage
public DDMFormLayoutPage(DDMFormLayoutPage ddmFormLayoutPage)
addDDMFormLayoutRow
public void addDDMFormLayoutRow(DDMFormLayoutRow ddmFormLayoutRow)
getDDMFormLayoutRow
public DDMFormLayoutRow getDDMFormLayoutRow(int index)
getDDMFormLayoutRows
public List<DDMFormLayoutRow> getDDMFormLayoutRows()
getDescription
public LocalizedValue getDescription()
getTitle
public LocalizedValue getTitle()
setDDMFormLayoutRows
public void setDDMFormLayoutRows(List<DDMFormLayoutRow> ddmFormLayoutRows)
setDescription
public void setDescription(LocalizedValue description)
setTitle
public void setTitle(LocalizedValue title)