Class Product

java.lang.Object
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 Details

    • Product

      public Product()
      _more_
    • Product

      public Product(String id, String name)
      _more_
      Parameters:
      id - _more_
      name - _more_
  • Method Details

    • 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_