uk.co.jemos.podam.test.dto.docs.example
Class OrderItem

java.lang.Object
  extended by 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

Field Summary
private  Article article
           
private  int id
           
private  double lineAmount
           
private  String note
           
private static long serialVersionUID
           
 
Constructor Summary
OrderItem()
           
 
Method Summary
 Article getArticle()
           
 int getId()
           
 double getLineAmount()
           
 String getNote()
           
 void setArticle(Article article)
           
 void setId(int id)
           
 void setLineAmount(double lineAmount)
           
 void setNote(String note)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

OrderItem

public OrderItem()
Method Detail

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.

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.