org.gcube.data.analysis.tabulardata.operation
Class OperationId

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.operation.OperationId

public class OperationId
extends Object


Constructor Summary
OperationId(Class<? extends WorkerFactory> type)
           
OperationId(long value)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getValue()
           
 int hashCode()
           
 void setValue(long value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationId

public OperationId(Class<? extends WorkerFactory> type)

OperationId

public OperationId(long value)
Method Detail

getValue

public long getValue()

setValue

public void setValue(long value)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.