gate.gui.creole.manager
Class RemoteUpdateSite

java.lang.Object
  extended by gate.gui.creole.manager.RemoteUpdateSite

public class RemoteUpdateSite
extends Object


Field Summary
protected  Boolean enabled
           
protected  String name
           
protected  List<CreolePlugin> plugins
           
protected  URI uri
           
protected  Boolean valid
           
 
Constructor Summary
RemoteUpdateSite(String name, URI uri, boolean enabled)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<CreolePlugin> getCreolePlugins()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected URI uri

name

protected String name

enabled

protected Boolean enabled

valid

protected transient Boolean valid

plugins

protected transient List<CreolePlugin> plugins
Constructor Detail

RemoteUpdateSite

public RemoteUpdateSite(String name,
                        URI uri,
                        boolean enabled)
Method Detail

getCreolePlugins

public List<CreolePlugin> getCreolePlugins()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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