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

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.docs.example.Client
All Implemented Interfaces:
Serializable

public class Client
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  List<Address> addresses
           
private  List<BankAccount> bankAccounts
           
private  Calendar dateCreated
           
private  String firstName
           
private  String lastName
           
private  List<Order> orders
           
private static long serialVersionUID
           
 
Constructor Summary
Client()
           
 
Method Summary
 List<Address> getAddresses()
           
 List<BankAccount> getBankAccounts()
           
 Calendar getDateCreated()
           
 String getFirstName()
           
 String getLastName()
           
 List<Order> getOrders()
           
 void setAddresses(List<Address> addresses)
           
 void setBankAccounts(List<BankAccount> bankAccounts)
           
 void setDateCreated(Calendar dateCreated)
           
 void setFirstName(String firstName)
           
 void setLastName(String lastName)
           
 void setOrders(List<Order> orders)
           
 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

firstName

private String firstName

lastName

private String lastName

dateCreated

private Calendar dateCreated

orders

private List<Order> orders

addresses

private List<Address> addresses

bankAccounts

private List<BankAccount> bankAccounts
Constructor Detail

Client

public Client()
Method Detail

getFirstName

public String getFirstName()
Returns:
the firstName

setFirstName

public void setFirstName(String firstName)
Parameters:
firstName - the firstName to set

getLastName

public String getLastName()
Returns:
the lastName

setLastName

public void setLastName(String lastName)
Parameters:
lastName - the lastName to set

getDateCreated

public Calendar getDateCreated()
Returns:
the dateCreated

setDateCreated

public void setDateCreated(Calendar dateCreated)
Parameters:
dateCreated - the dateCreated to set

getOrders

public List<Order> getOrders()
Returns:
the orders

setOrders

public void setOrders(List<Order> orders)
Parameters:
orders - the orders to set

getAddresses

public List<Address> getAddresses()
Returns:
the addresses

setAddresses

public void setAddresses(List<Address> addresses)
Parameters:
addresses - the addresses to set

getBankAccounts

public List<BankAccount> getBankAccounts()
Returns:
the bankAccounts

setBankAccounts

public void setBankAccounts(List<BankAccount> bankAccounts)
Parameters:
bankAccounts - the bankAccounts 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.