org.gcube.application.reporting.reference
Class DBTableRow
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 DBTableRowmetadata
- 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
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.