org.gcube.data.oai.tmplugin.requests
Class WrapSetsRequest

java.lang.Object
  extended by org.gcube.data.oai.tmplugin.requests.Request
      extended by org.gcube.data.oai.tmplugin.requests.WrapSetsRequest
All Implemented Interfaces:
Serializable

public class WrapSetsRequest
extends Request
implements Serializable

A Request to bind the OAI Plugin to one or more sets of an OAI repository.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
protected WrapSetsRequest()
           
  WrapSetsRequest(String url)
          Creates an instance with the URL of an OAI repository and a prefix for the names of the sets to use as the names of the corresponding sources.
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
          
 
Methods inherited from class org.gcube.data.oai.tmplugin.requests.Request
addAlternativesXPath, addSets, getAlternativesXPath, getContentXPath, getDescription, getMetadataFormat, getName, getRepositoryUrl, getSets, getTitleXPath, setContentXPath, setDescription, setMetadataFormat, setName, setRepositoryUrl, setTitleXPath
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrapSetsRequest

protected WrapSetsRequest()

WrapSetsRequest

public WrapSetsRequest(String url)
                throws IllegalArgumentException
Creates an instance with the URL of an OAI repository and a prefix for the names of the sets to use as the names of the corresponding sources.

Throws:
IllegalArgumentException
Method Detail

toString

public String toString()

Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Request

equals

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


Copyright © 2013. All Rights Reserved.