|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.NamedThing
public class NamedThing
Holds a name and a description
| Constructor Summary | |
|---|---|
NamedThing()
_more_ |
|
NamedThing(String name)
_more_ |
|
NamedThing(String name,
String description)
_more_ |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
_more_ |
String |
getDescription()
Get the Description property. |
String |
getName()
Get the Name property. |
int |
hashCode()
|
void |
setDescription(String value)
Set the Description property. |
void |
setName(String value)
Set the Name property. |
String |
toString()
_more_ |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NamedThing()
public NamedThing(String name)
name - _more_
public NamedThing(String name,
String description)
name - _more_description - _more_| Method Detail |
|---|
public void setName(String value)
setName in interface NamedObjectvalue - The new value for Namepublic String getName()
getName in interface NamedObjectpublic void setDescription(String value)
value - The new value for Descriptionpublic String getDescription()
getDescription in interface NamedObjectpublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objecto - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||