org.gcube.application.reporting.reference
Class DBTableRow

java.lang.Object
  extended by org.gcube.application.reporting.reference.DBTableRow

public class DBTableRow
extends Object

Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it an abstraction over ReportReferences

Constructor Summary
DBTableRow(List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
           
DBTableRow(String identifier, List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
           
 
Method Summary
 int getHeadingLevel()
           
 String getIdentifier()
           
 List<org.gcube.portlets.d4sreporting.common.shared.Metadata> getMetadata()
           
 void setHeadingLevel(int level)
           
 void setIdentifier(String identifier)
           
 void setMetadata(List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBTableRow

public DBTableRow(String identifier,
                  List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
Parameters:
identifier - the identifier ia a String value that identifies the DBTableRow
metadata - the metadata (attribute, value) to show once selected

DBTableRow

public DBTableRow(List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)
Parameters:
metadata - the metadata (attribute, value) to show once selected
Method Detail

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getMetadata

public List<org.gcube.portlets.d4sreporting.common.shared.Metadata> getMetadata()

setMetadata

public void setMetadata(List<org.gcube.portlets.d4sreporting.common.shared.Metadata> metadata)

getHeadingLevel

public int getHeadingLevel()

setHeadingLevel

public void setHeadingLevel(int level)


Copyright © 2013. All Rights Reserved.