ucar.unidata.util
Class Product

java.lang.Object
  extended by ucar.unidata.util.Product

public class Product
extends Object

Created by IntelliJ IDEA. User: yuanho Date: May 3, 2007 Time: 11:40:02 AM


Constructor Summary
Product()
          _more_
Product(String id, String name)
          _more_
 
Method Summary
 boolean equals(Object oo)
          _more_
 String getID()
          _more_
 String getName()
          _more_
 void setID(String id)
          _more_
 void setName(String name)
          _more_
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
_more_


Product

public Product(String id,
               String name)
_more_

Parameters:
id - _more_
name - _more_
Method Detail

getID

public String getID()
_more_

Returns:
_more_

getName

public String getName()
_more_

Returns:
_more_

setID

public void setID(String id)
_more_

Parameters:
id - _more_

setName

public void setName(String name)
_more_

Parameters:
name - _more_

equals

public boolean equals(Object oo)
_more_

Overrides:
equals in class Object
Parameters:
oo - _more_
Returns:
_more_


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.