org.gcube.application.reporting.reference
Class ReferenceReport

java.lang.Object
  extended by org.gcube.application.reporting.component.AbstractComponent
      extended by org.gcube.application.reporting.reference.ReferenceReport
All Implemented Interfaces:
ReportComponent

public class ReferenceReport
extends AbstractComponent

Author:
massi

Field Summary
 
Fields inherited from interface org.gcube.application.reporting.component.ReportComponent
COMP_HEIGHT, COMP_WIDTH
 
Constructor Summary
ReferenceReport(String id, ReferenceReportType refType, List<DBTableRow> references)
           
 
Method Summary
 List<ReportComponent> getChildren()
           
 org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
           
 List<DBTableRow> getReferences()
           
 ReferenceReportType getRefType()
           
 String getStringValue()
           
 ReportComponentType getType()
           
 boolean hasChildren()
           
 void setReferences(List<DBTableRow> references)
           
 void setRefType(ReferenceReportType refType)
           
 
Methods inherited from class org.gcube.application.reporting.component.AbstractComponent
convertProperties, getId, getProperties, setId, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceReport

public ReferenceReport(String id,
                       ReferenceReportType refType,
                       List<DBTableRow> references)
Method Detail

getRefType

public ReferenceReportType getRefType()

setRefType

public void setRefType(ReferenceReportType refType)

getReferences

public List<DBTableRow> getReferences()

setReferences

public void setReferences(List<DBTableRow> references)

getType

public ReportComponentType getType()
Specified by:
getType in interface ReportComponent
Specified by:
getType in class AbstractComponent

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

getModelComponent

public org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
Specified by:
getModelComponent in class AbstractComponent


Copyright © 2013. All Rights Reserved.