|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.test.providers.jaxb.data.Item
public class Item
A Item.
Constructor Summary | |
---|---|
Item()
|
Method Summary | |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
JAXB Callback method used to reassociate the item with the owning Order. |
java.lang.String |
getNote()
Get the note. |
Order |
getOrder()
Get the order. |
java.lang.Double |
getPrice()
Get the price. |
java.lang.Integer |
getQuantity()
Get the quantity. |
java.lang.String |
getTitle()
Get the title. |
void |
setNote(java.lang.String note)
Set the note. |
void |
setOrder(Order order)
Set the order. |
void |
setPrice(java.lang.Double price)
Set the price. |
void |
setQuantity(java.lang.Integer quantity)
Set the quantity. |
void |
setTitle(java.lang.String title)
Set the title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Item()
Method Detail |
---|
public Order getOrder()
public void setOrder(Order order)
order
- The order to set.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The title to set.public java.lang.String getNote()
public void setNote(java.lang.String note)
note
- The note to set.public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- The quantity to set.public java.lang.Double getPrice()
public void setPrice(java.lang.Double price)
price
- The price to set.public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
unmarshaller
- the JAXB Unmarshaller
.parent
- the owning Contact
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |