org.gcube.application.reporting.reference
Class Column
java.lang.Object
org.gcube.application.reporting.component.AbstractComponent
org.gcube.application.reporting.reference.Column
- All Implemented Interfaces:
- ReportComponent
public class Column
- extends AbstractComponent
Column
public Column()
Column
public Column(String name,
String value)
getName
public String getName()
setName
public void setName(String name)
getValue
public String getValue()
setValue
public void setValue(String value)
getType
public ReportComponentType getType()
hasChildren
public boolean hasChildren()
- Specified by:
hasChildren in interface ReportComponent- Specified by:
hasChildren in class AbstractComponent
getChildren
public List<ReportComponent> getChildren()
- Specified by:
getChildren in interface ReportComponent- Specified by:
getChildren in class AbstractComponent
getStringValue
public String getStringValue()
- Specified by:
getStringValue in interface ReportComponent- Specified by:
getStringValue in class AbstractComponent
toString
public String toString()
- Overrides:
toString in class Object
getModelComponent
public org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
- Specified by:
getModelComponent in interface ReportComponent- Specified by:
getModelComponent in class AbstractComponent
Copyright © 2014. All Rights Reserved.