com.google.maps.gwt.client
Class FusionTablesCell

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.FusionTablesCell

public class FusionTablesCell
extends JavaScriptObject

Describes a single cell from a Fusion Tables table. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesCell()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getColumnName()
          The name of the column in which the cell was located.
 java.lang.String getValue()
          The contents of the cell.
 void setColumnName(java.lang.String columnName)
          The name of the column in which the cell was located.
 void setValue(java.lang.String value)
          The contents of the cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FusionTablesCell

protected FusionTablesCell()
Protected constructor avoids default public constructor.

Method Detail

getColumnName

public final java.lang.String getColumnName()
The name of the column in which the cell was located.


getValue

public final java.lang.String getValue()
The contents of the cell.


setColumnName

public final void setColumnName(java.lang.String columnName)
The name of the column in which the cell was located.


setValue

public final void setValue(java.lang.String value)
The contents of the cell.