|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.jemos.podam.test.dto.ClientTestPojo
public class ClientTestPojo
A simple graph POJO for testing
A simple graph DTO is considered a POJO with primitive type properties (e.g. there are no relationships with other POJOs
Field Summary | |
---|---|
private AddressTestPojo |
address
This Client Address |
private List<BankAccountTestPojo> |
bankAccounts
This Client bank accounts |
private Calendar |
dateCreated
The date this client was created |
private Calendar |
dateLastUpdated
The date this client was last updated |
private String |
firstName
The client's first name |
private String |
lastName
The client's last name |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
ClientTestPojo()
No-arg constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
AddressTestPojo |
getAddress()
|
List<BankAccountTestPojo> |
getBankAccounts()
|
Calendar |
getDateCreated()
|
Calendar |
getDateLastUpdated()
|
String |
getFirstName()
|
String |
getLastName()
|
int |
hashCode()
|
String |
toString()
Constructs a String with all attributes in name = value
format. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private String firstName
private String lastName
private Calendar dateCreated
private Calendar dateLastUpdated
private AddressTestPojo address
private final List<BankAccountTestPojo> bankAccounts
Constructor Detail |
---|
public ClientTestPojo()
Method Detail |
---|
public String getFirstName()
public String getLastName()
public Calendar getDateCreated()
public Calendar getDateLastUpdated()
public AddressTestPojo getAddress()
public List<BankAccountTestPojo> getBankAccounts()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |