uk.co.jemos.podam.test.dto.docs.example
Class BankAccount
java.lang.Object
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
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
BankAccount
public BankAccount()
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.
Copyright © 2011. All Rights Reserved.