org.hippoecm.hst.pagecomposer.jaxrs.model
Class ComponentRepresentation

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.ComponentRepresentation
Direct Known Subclasses:
ContainerItemRepresentation, ContainerRepresentation

public class ComponentRepresentation
extends Object

Version:
$Id$

Constructor Summary
ComponentRepresentation()
           
 
Method Summary
 String getComponentClassName()
           
 String[] getDropDownListDisplayValues()
           
 String[] getDropDownListValues()
           
 String getIconPath()
           
 String getIconURL()
           
 String getId()
           
 String getLabel()
           
 String getName()
           
 String getParentId()
           
 String getPath()
           
 String getTemplate()
           
 String getType()
           
protected  String getTypeValue()
           
 String getXtype()
           
 ComponentRepresentation represent(HstComponentConfiguration componentConfiguration, Mount mount)
           
 void setComponentClassName(String componentClassName)
           
 void setDropDownListDisplayValues(String[] dropDownListDisplayValues)
           
 void setDropDownListValues(String[] dropDownValues)
           
 void setIconPath(String iconPath)
           
 void setIconURL(String iconURL)
           
 void setId(String id)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setParentId(String parentId)
           
 void setPath(String path)
           
 void setTemplate(String template)
           
 void setType(String type)
           
 void setXtype(String xtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRepresentation

public ComponentRepresentation()
Method Detail

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.