Exemplo n.º 1
0
 public String getAccountNumber() {
   return accountNumberField.getText();
 }
Exemplo n.º 2
0
 public String getAccountDescription() {
   return descriptionField.getText();
 }
Exemplo n.º 3
0
 public String getAccountName() {
   return nameField.getText();
 }