|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfully.shop.persistence.LineItemEntity
public class LineItemEntity
Field Summary | |
---|---|
protected int |
id
|
protected ProductEntity |
product
|
protected int |
quantity
|
Constructor Summary | |
---|---|
LineItemEntity()
|
Method Summary | |
---|---|
int |
getId()
|
ProductEntity |
getProduct()
|
int |
getQuantity()
|
void |
setId(int id)
|
void |
setProduct(ProductEntity product)
|
void |
setQuantity(int quantity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int id
protected int quantity
protected ProductEntity product
Constructor Detail |
---|
public LineItemEntity()
Method Detail |
---|
public int getId()
public void setId(int id)
public ProductEntity getProduct()
public void setProduct(ProductEntity product)
public int getQuantity()
public void setQuantity(int quantity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |