ucar.unidata.idv.chooser.adde
Class AddeServer.Group

java.lang.Object
  extended by ucar.unidata.util.NamedThing
      extended by ucar.unidata.idv.chooser.adde.AddeServer.Group
All Implemented Interfaces:
NamedObject
Enclosing class:
AddeServer

public static class AddeServer.Group
extends NamedThing

Class Group represents an adde group

Version:
$Revision: 1.4 $
Author:
IDV Development Team

Constructor Summary
AddeServer.Group()
          ctor
AddeServer.Group(String type, String name, String desc)
          ctor
 
Method Summary
 boolean equals(Object o)
          equals
 boolean getActive()
          Get the Active property.
 boolean getIsLocal()
          Get the IsLocal property.
 String getType()
          Get the Type property.
 int hashCode()
          hash code
 void setActive(boolean value)
          Set the Active property.
 void setIsLocal(boolean value)
          Set the IsLocal property.
 void setType(String value)
          Set the Type property.
 String toString()
          to string
 
Methods inherited from class ucar.unidata.util.NamedThing
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddeServer.Group

public AddeServer.Group()
ctor


AddeServer.Group

public AddeServer.Group(String type,
                        String name,
                        String desc)
ctor

Parameters:
type - type
name - name
desc - description
Method Detail

setType

public void setType(String value)
Set the Type property.

Parameters:
value - The new value for Type

getType

public String getType()
Get the Type property.

Returns:
The Type

setIsLocal

public void setIsLocal(boolean value)
Set the IsLocal property.

Parameters:
value - The new value for IsLocal

getIsLocal

public boolean getIsLocal()
Get the IsLocal property.

Returns:
The IsLocal

setActive

public void setActive(boolean value)
Set the Active property.

Parameters:
value - The new value for Active

getActive

public boolean getActive()
Get the Active property.

Returns:
The Active

equals

public boolean equals(Object o)
equals

Overrides:
equals in class NamedThing
Parameters:
o - object
Returns:
equals

hashCode

public int hashCode()
hash code

Overrides:
hashCode in class NamedThing
Returns:
hash code

toString

public String toString()
to string

Overrides:
toString in class NamedThing
Returns:
string