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

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.operation.worker.OperationDescriptor.OperationId
Enclosing class:
OperationDescriptor

public static class OperationDescriptor.OperationId
extends Object


Constructor Summary
OperationDescriptor.OperationId(Class<? extends WorkerFactory> type)
           
OperationDescriptor.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

OperationDescriptor.OperationId

public OperationDescriptor.OperationId(Class<? extends WorkerFactory> type)

OperationDescriptor.OperationId

public OperationDescriptor.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.