uk.co.jemos.podam.test.dto
Class BankAccountTestPojo

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

public class BankAccountTestPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  String accountNbr
          Account nbr
private  String bankName
          Bank name
private  String branchName
          Branch name
private static long serialVersionUID
           
private  String sortCode
          Sort code
 
Constructor Summary
BankAccountTestPojo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAccountNbr()
           
 String getBankName()
           
 String getBranchName()
           
 String getSortCode()
           
 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

accountNbr

private String accountNbr
Account nbr


sortCode

private String sortCode
Sort code


bankName

private String bankName
Bank name


branchName

private String branchName
Branch name

Constructor Detail

BankAccountTestPojo

public BankAccountTestPojo()
Method Detail

getAccountNbr

public String getAccountNbr()
Returns:
the accountNbr

getSortCode

public String getSortCode()
Returns:
the sortCode

getBankName

public String getBankName()
Returns:
the bankName

getBranchName

public String getBranchName()
Returns:
the branchName

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

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.