Methods Summary |
---|
public java.lang.String | getAccountId()
return accountId;
|
public char | getType()
return type;
|
public Person | getUser()
return user;
|
public void | setAccountId(java.lang.String accountId)
this.accountId = accountId;
|
public void | setType(char type)
this.type = type;
|
public void | setUser(Person user)
this.user = user;
|