org.hippoecm.hst.pagecomposer.jaxrs.model
Class ComponentRepresentation
java.lang.Object
org.hippoecm.hst.pagecomposer.jaxrs.model.ComponentRepresentation
- Direct Known Subclasses:
- ContainerItemRepresentation, ContainerRepresentation
public class ComponentRepresentation
- extends Object
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentRepresentation
public ComponentRepresentation()
represent
public ComponentRepresentation represent(HstComponentConfiguration componentConfiguration,
Mount mount)
getTypeValue
protected String getTypeValue()
getComponentClassName
public String getComponentClassName()
setComponentClassName
public void setComponentClassName(String componentClassName)
getPath
public String getPath()
setPath
public void setPath(String path)
getTemplate
public String getTemplate()
setTemplate
public void setTemplate(String template)
getType
public String getType()
setType
public void setType(String type)
getXtype
public String getXtype()
setXtype
public void setXtype(String xtype)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getParentId
public String getParentId()
setParentId
public void setParentId(String parentId)
getLabel
public String getLabel()
setLabel
public void setLabel(String label)
getIconPath
public String getIconPath()
setIconPath
public void setIconPath(String iconPath)
getIconURL
public String getIconURL()
setIconURL
public void setIconURL(String iconURL)
getDropDownListValues
public String[] getDropDownListValues()
setDropDownListValues
public void setDropDownListValues(String[] dropDownValues)
getDropDownListDisplayValues
public String[] getDropDownListDisplayValues()
setDropDownListDisplayValues
public void setDropDownListDisplayValues(String[] dropDownListDisplayValues)
Copyright © 2008-2012 Hippo. All Rights Reserved.