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

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

public class TableId
extends Object
implements Serializable

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

Field Summary
protected  String dataSourceFactoryId
           
protected  String tableKey
           
 
Constructor Summary
TableId()
           
TableId(String dataSourceFactoryId, String tableKey)
           
 
Method Summary
 String getDataSourceFactoryId()
           
 String getTableKey()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dataSourceFactoryId

protected String dataSourceFactoryId

tableKey

protected String tableKey
Constructor Detail

TableId

public TableId()

TableId

public TableId(String dataSourceFactoryId,
               String tableKey)
Parameters:
dataSourceFactoryId -
tableKey -
Method Detail

getDataSourceFactoryId

public String getDataSourceFactoryId()
Returns:
the dataSourceFactoryId

getTableKey

public String getTableKey()
Returns:
the tableKey

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.