uk.co.jemos.podam.test.dto.docs.example
Class OrderItem
java.lang.Object
uk.co.jemos.podam.test.dto.docs.example.OrderItem
- All Implemented Interfaces:
- Serializable
public class OrderItem
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private int id
note
private String note
lineAmount
private double lineAmount
article
private Article article
OrderItem
public OrderItem()
getId
public int getId()
- Returns:
- the id
setId
public void setId(int id)
- Parameters:
id
- the id to set
getNote
public String getNote()
- Returns:
- the note
setNote
public void setNote(String note)
- Parameters:
note
- the note to set
getLineAmount
public double getLineAmount()
- Returns:
- the lineAmount
setLineAmount
public void setLineAmount(double lineAmount)
- Parameters:
lineAmount
- the lineAmount to set
getArticle
public Article getArticle()
- Returns:
- the article
setArticle
public void setArticle(Article article)
- Parameters:
article
- the article to set
toString
public String toString()
- Constructs a
String
with all attributes in name = value
format.
- Overrides:
toString
in class Object
- Returns:
- a
String
representation of this object.
Copyright © 2011. All Rights Reserved.