public class PersonAccount extends Object implements Serializable
Constructor and Description |
---|
PersonAccount() |
PersonAccount(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountName()
The name of the travel account for this person
|
String |
getAccountNumber()
The number of the travel account for this person
|
String |
getName()
The name of this person
|
void |
setAccountName(String accountName) |
void |
setAccountNumber(String number) |
void |
setName(String name) |
public PersonAccount()
public PersonAccount(String name)
public String getAccountName()
public void setAccountName(String accountName)
getAccountName()
public String getAccountNumber()
public void setAccountNumber(String number)
getAccountNumber()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.