Class Dish

java.lang.Object
net.adambruce.dsn.now.model.config.Dish

public class Dish extends Object
DSN dish information.
  • Constructor Details

    • Dish

      public Dish()
  • Method Details

    • getName

      public String getName()
      the name of the dish
      Returns:
      the name of the dish
    • getFriendlyName

      public String getFriendlyName()
      the friendly name of the dish
      Returns:
      the friendly name of the dish
    • getType

      public String getType()
      the type of dish
      Returns:
      the type of the dish
    • setName

      public void setName(String name)
      the name of the dish
      Parameters:
      name - the name of the dish
    • setFriendlyName

      public void setFriendlyName(String friendlyName)
      the friendly name of the dish
      Parameters:
      friendlyName - the friendly name of the dish
    • setType

      public void setType(String type)
      the type of dish
      Parameters:
      type - the type of the dish
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object