org.gcube.application.aquamaps.publisher
Class StoreResponse<T>

java.lang.Object
  extended by org.gcube.application.aquamaps.publisher.StoreResponse<T>

public class StoreResponse<T>
extends Object


Nested Class Summary
static class StoreResponse.PerformedOperation
           
 
Constructor Summary
StoreResponse(T storedObj, StoreResponse.PerformedOperation operation)
           
 
Method Summary
 StoreResponse.PerformedOperation getOperation()
           
 T getStoredId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreResponse

public StoreResponse(T storedObj,
                     StoreResponse.PerformedOperation operation)
Method Detail

getOperation

public StoreResponse.PerformedOperation getOperation()

getStoredId

public T getStoredId()


Copyright © 2013. All Rights Reserved.