public class Account extends Object
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Account |
accountID(UUID accountID) |
Account |
code(String code) |
boolean |
equals(Object o) |
UUID |
getAccountID()
Xero identifier for accounts
|
String |
getCode()
Customer defined account code
|
String |
getName()
Name of account
|
AccountType |
getType()
Get type
|
int |
hashCode() |
Account |
name(String name) |
void |
setAccountID(UUID accountID) |
void |
setCode(String code) |
void |
setName(String name) |
void |
setType(AccountType type) |
String |
toString() |
Account |
type(AccountType type) |
public UUID getAccountID()
public void setAccountID(UUID accountID)
public Account type(AccountType type)
public AccountType getType()
public void setType(AccountType type)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
Copyright © 2020. All rights reserved.