Package ucar.unidata.idv.chooser.adde
Class AddeServer.Group
java.lang.Object
ucar.unidata.util.NamedThing
ucar.unidata.idv.chooser.adde.AddeServer.Group
- All Implemented Interfaces:
NamedObject
- Enclosing class:
AddeServer
Class Group represents an adde group
- Version:
- $Revision: 1.4 $
- Author:
- IDV Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsbooleanGet the Active property.booleanGet the IsLocal property.getType()Get the Type property.inthashCode()hash codevoidsetActive(boolean value) Set the Active property.voidsetIsLocal(boolean value) Set the IsLocal property.voidSet the Type property.toString()to stringMethods inherited from class ucar.unidata.util.NamedThing
getDescription, getName, setDescription, setName
-
Constructor Details
-
Group
public Group()ctor -
Group
ctor- Parameters:
type- typename- namedesc- description
-
-
Method Details
-
setType
Set the Type property.- Parameters:
value- The new value for Type
-
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
equals- Overrides:
equalsin classNamedThing- Parameters:
o- object- Returns:
- equals
-
hashCode
public int hashCode()hash code- Overrides:
hashCodein classNamedThing- Returns:
- hash code
-
toString
to string- Overrides:
toStringin classNamedThing- Returns:
- string
-