deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

org.deegree.portal.standard.wms.model
Class Table

java.lang.Object
  extended by org.deegree.portal.standard.wms.model.Table

public class Table
extends Object

Bean class representing a table to be used for creating a JSON representation of feature info responses (GML)

Version:
$Revision: $, $Date: $
Author:
Andreas Poth, last edited by: $Author: admin $

Constructor Summary
Table()
           
 
Method Summary
 String[] getColumns()
           
 String[][] getData()
           
 String getName()
           
 void setColumns(String[] columns)
           
 void setData(String[][] data)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Table

public Table()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getColumns

public String[] getColumns()
Returns:
the columns

setColumns

public void setColumns(String[] columns)
Parameters:
columns - the columns to set

getData

public String[][] getData()
Returns:
the data

setData

public void setData(String[][] data)
Parameters:
data - the data to set

deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org