org.fao.geonet.kernel.harvest.harvester.csw
Class CswParams

java.lang.Object
  extended by org.fao.geonet.kernel.harvest.harvester.AbstractParams
      extended by org.fao.geonet.kernel.harvest.harvester.csw.CswParams

public class CswParams
extends AbstractParams


Field Summary
 java.lang.String capabUrl
           
 java.lang.String icon
           
 
Fields inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
dm, every, name, oneRunOnly, password, useAccount, username, uuid
 
Constructor Summary
CswParams(DataManager dm)
           
 
Method Summary
 CswParams copy()
           
 void create(org.jdom.Element node)
           
 java.lang.Iterable<org.fao.geonet.kernel.harvest.harvester.csw.Search> getSearches()
           
 boolean isSearchEmpty()
           
 void update(org.jdom.Element node)
           
 
Methods inherited from class org.fao.geonet.kernel.harvest.harvester.AbstractParams
checkEvery, checkPort, copyTo, getCategories, getPrivileges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capabUrl

public java.lang.String capabUrl

icon

public java.lang.String icon
Constructor Detail

CswParams

public CswParams(DataManager dm)
Method Detail

create

public void create(org.jdom.Element node)
            throws jeeves.exceptions.BadInputEx
Overrides:
create in class AbstractParams
Throws:
jeeves.exceptions.BadInputEx

update

public void update(org.jdom.Element node)
            throws jeeves.exceptions.BadInputEx
Overrides:
update in class AbstractParams
Throws:
jeeves.exceptions.BadInputEx

getSearches

public java.lang.Iterable<org.fao.geonet.kernel.harvest.harvester.csw.Search> getSearches()

isSearchEmpty

public boolean isSearchEmpty()

copy

public CswParams copy()