Package org.webtide.demo.auction
Class Item
java.lang.Object
org.webtide.demo.auction.Item
- All Implemented Interfaces:
Cloneable,org.eclipse.jetty.util.ajax.JSON.Convertible
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanvoidgetId()inthashCode()voidsetCategory(Category aCategory) voidsetDescription(String aDescription) voidvoidsetInitialPrice(Double aInitialPrice) voidsetItemName(String aItemName) voidtoJSON(org.eclipse.jetty.util.ajax.JSON.Output out) toString()
-
Constructor Details
-
Item
public Item() -
Item
-
-
Method Details
-
getFormattedAmount
-
getId
-
setId
-
getDescription
-
setDescription
-
getInitialPrice
-
setInitialPrice
-
getItemName
-
setItemName
-
getCategory
-
setCategory
-
equals
-
hashCode
public int hashCode() -
clone
-
fromJSON
- Specified by:
fromJSONin interfaceorg.eclipse.jetty.util.ajax.JSON.Convertible
-
toJSON
public void toJSON(org.eclipse.jetty.util.ajax.JSON.Output out) - Specified by:
toJSONin interfaceorg.eclipse.jetty.util.ajax.JSON.Convertible
-
toString
-