org.gcube.common.repository
Class ResumptionToken

java.lang.Object
  extended by org.gcube.common.repository.ResumptionToken

public class ResumptionToken
extends Object


Constructor Summary
ResumptionToken()
           
 
Method Summary
 String getCompleteListSize()
           
 String getCursor()
           
 String getExpirationDate()
           
 void setCompleteListSize(String completeListSize)
           
 void setCursor(String cursor)
           
 void setExpirationDate(String expirationDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumptionToken

public ResumptionToken()
Method Detail

setExpirationDate

public void setExpirationDate(String expirationDate)
Parameters:
expirationDate - the expirationDate to set

setCompleteListSize

public void setCompleteListSize(String completeListSize)
Parameters:
completeListSize - the completeListSize to set

setCursor

public void setCursor(String cursor)
Parameters:
cursor - the cursor to set

getExpirationDate

public String getExpirationDate()
Returns:
the expirationDate

getCompleteListSize

public String getCompleteListSize()
Returns:
the completeListSize

getCursor

public String getCursor()
Returns:
the cursor


Copyright © 2013. All Rights Reserved.