org.gcube.common.informationsystem.publisher.impl.generic
Class WSDAIXResource

java.lang.Object
  extended by org.gcube.common.informationsystem.publisher.impl.generic.WSDAIXResource
All Implemented Interfaces:
org.gcube.common.core.informationsystem.publisher.ISResource
Direct Known Subclasses:
InstanceResource, ProfileResource

public class WSDAIXResource
extends Object
implements org.gcube.common.core.informationsystem.publisher.ISResource

Resource for WS-DAIX registrations

Author:
Manuele Simi (ISTI-CNR)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gcube.common.core.informationsystem.publisher.ISResource
org.gcube.common.core.informationsystem.publisher.ISResource.ISRESOURCETYPE
 
Constructor Summary
WSDAIXResource()
           
 
Method Summary
 String getCollection()
          
 Document getDocument()
          
 String getID()
          
 String getName()
          
 org.gcube.common.core.informationsystem.publisher.ISResource.ISRESOURCETYPE getType()
          
 void setCollection(String collection)
          
 void setDocument(Document document)
          
 void setID(String id)
          
 void setName(String documentName)
          
 void setType(org.gcube.common.core.informationsystem.publisher.ISResource.ISRESOURCETYPE type)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDAIXResource

public WSDAIXResource()
Method Detail

getCollection

public String getCollection()

Specified by:
getCollection in interface org.gcube.common.core.informationsystem.publisher.ISResource

getDocument

public Document getDocument()

Specified by:
getDocument in interface org.gcube.common.core.informationsystem.publisher.ISResource

getName

public String getName()

Specified by:
getName in interface org.gcube.common.core.informationsystem.publisher.ISResource

getID

public String getID()

Specified by:
getID in interface org.gcube.common.core.informationsystem.publisher.ISResource

setCollection

public void setCollection(String collection)

Specified by:
setCollection in interface org.gcube.common.core.informationsystem.publisher.ISResource

setDocument

public void setDocument(Document document)

Specified by:
setDocument in interface org.gcube.common.core.informationsystem.publisher.ISResource

setName

public void setName(String documentName)

Specified by:
setName in interface org.gcube.common.core.informationsystem.publisher.ISResource

setID

public void setID(String id)

Specified by:
setID in interface org.gcube.common.core.informationsystem.publisher.ISResource

getType

public org.gcube.common.core.informationsystem.publisher.ISResource.ISRESOURCETYPE getType()

Specified by:
getType in interface org.gcube.common.core.informationsystem.publisher.ISResource

setType

public void setType(org.gcube.common.core.informationsystem.publisher.ISResource.ISRESOURCETYPE type)

Specified by:
setType in interface org.gcube.common.core.informationsystem.publisher.ISResource


Copyright © 2013. All Rights Reserved.