org.fao.geonet.kernel.harvest.harvester.z3950
Class Z3950Params

java.lang.Object
  extended by org.fao.geonet.kernel.harvest.harvester.AbstractParams
      extended by org.fao.geonet.kernel.harvest.harvester.z3950.Z3950Params

public class Z3950Params
extends AbstractParams


Field Summary
 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
Z3950Params(DataManager dm)
           
 
Method Summary
 Z3950Params copy()
           
 void create(org.jdom.Element node)
           
 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

icon

public java.lang.String icon
Constructor Detail

Z3950Params

public Z3950Params(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

copy

public Z3950Params copy()