org.gcube.portlets.user.tdw.shared.model
Class ColumnKey

java.lang.Object
  extended by org.gcube.portlets.user.tdw.shared.model.ColumnKey
All Implemented Interfaces:
Serializable

public class ColumnKey
extends Object
implements Serializable

Author:
"Federico De Faveri defaveri@isti.cnr.it"
See Also:
Serialized Form

Field Summary
protected  int index
           
protected  String jsonIndex
           
 
Constructor Summary
ColumnKey()
           
ColumnKey(String jsonIndex, int index)
           
 
Method Summary
 int getIndex()
           
 String getJSonIndex()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

jsonIndex

protected String jsonIndex

index

protected int index
Constructor Detail

ColumnKey

public ColumnKey()

ColumnKey

public ColumnKey(String jsonIndex,
                 int index)
Parameters:
jsonIndex -
index -
Method Detail

getJSonIndex

public String getJSonIndex()
Returns:
the value

getIndex

public int getIndex()
Returns:
the index

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.