org.gcube.portlets.user.tdw.shared.model
Class TableId
java.lang.Object
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
dataSourceFactoryId
protected String dataSourceFactoryId
tableKey
protected String tableKey
TableId
public TableId()
TableId
public TableId(String dataSourceFactoryId,
String tableKey)
- Parameters:
dataSourceFactoryId - tableKey -
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.