
public class TransferLog {

	private String sender;
	private String recipient;
	private double amount;
	
}
