org.gcube.data.analysis.tabulardata.model.reference
Class TableReferenceImpl

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.reference.TableReferenceImpl
All Implemented Interfaces:
Serializable, TableReference

public class TableReferenceImpl
extends Object
implements TableReference

See Also:
Serialized Form

Constructor Summary
TableReferenceImpl(long id)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getTableId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableReferenceImpl

public TableReferenceImpl(long id)
Method Detail

getTableId

public long getTableId()
Specified by:
getTableId in interface TableReference
Returns:
The unique id of the table

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.