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()
boolean
void
getId()
int
hashCode()
void
setCategory
(Category aCategory) void
setDescription
(String aDescription) void
void
setInitialPrice
(Double aInitialPrice) void
setItemName
(String aItemName) void
toJSON
(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:
fromJSON
in interfaceorg.eclipse.jetty.util.ajax.JSON.Convertible
-
toJSON
public void toJSON(org.eclipse.jetty.util.ajax.JSON.Output out) - Specified by:
toJSON
in interfaceorg.eclipse.jetty.util.ajax.JSON.Convertible
-
toString
-