org.gcube.portlets.user.homelibrary.jcr.importing
Class ImportRequest

java.lang.Object
  extended by org.gcube.portlets.user.homelibrary.jcr.importing.ImportRequest
Direct Known Subclasses:
ImportContentManagerItemRequest, ImportQueryRequest, ImportUrlRequest

public abstract class ImportRequest
extends Object

Author:
Federico De Faveri defaveri@isti.cnr.it

Field Summary
protected  ImportRequestType type
           
 
Constructor Summary
ImportRequest(ImportRequestType type)
          Create a request.
 
Method Summary
 ImportRequestType getType()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected ImportRequestType type
Constructor Detail

ImportRequest

public ImportRequest(ImportRequestType type)
Create a request.

Parameters:
type - the request type.
Method Detail

getType

public ImportRequestType getType()
Returns:
the request type.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.