public class CatalogItem extends Object
CatalogItem(String id, int price, String description)
String
getDescription()
getId()
int
getPrice()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CatalogItem(String id, int price, String description)
public String getId()
public int getPrice()
public String getDescription()
Copyright © 2003-2021 GateIn. All Rights Reserved.