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

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

public class BankAccount
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  int account
           
private  double balance
           
private  String bank
           
private static long serialVersionUID
           
private  String sortCode
           
 
Constructor Summary
BankAccount()
           
 
Method Summary
 int getAccount()
           
 double getBalance()
           
 String getBank()
           
 String getSortCode()
           
 void setAccount(int account)
           
 void setBalance(double balance)
           
 void setBank(String bank)
           
 void setSortCode(String sortCode)
           
 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

account

private int account

bank

private String bank

sortCode

private String sortCode

balance

private double balance
Constructor Detail

BankAccount

public BankAccount()
Method Detail

getAccount

public int getAccount()
Returns:
the account

setAccount

public void setAccount(int account)
Parameters:
account - the account to set

getBank

public String getBank()
Returns:
the bank

setBank

public void setBank(String bank)
Parameters:
bank - the bank to set

getSortCode

public String getSortCode()
Returns:
the sortCode

setSortCode

public void setSortCode(String sortCode)
Parameters:
sortCode - the sortCode to set

getBalance

public double getBalance()
Returns:
the balance

setBalance

public void setBalance(double balance)
Parameters:
balance - the balance 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.