Package com.xero.models.payrollnz
Class Account
java.lang.Object
com.xero.models.payrollnz.Account
public class Account extends Object
Account
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccount.TypeEnumThe assigned AccountType -
Constructor Summary
Constructors Constructor Description Account() -
Method Summary
Modifier and Type Method Description AccountaccountID(UUID accountID)Accountcode(String code)booleanequals(Object o)UUIDgetAccountID()The Xero identifier for Settings.StringgetCode()A unique 3 digit number for each AccountStringgetName()Name of the Account.Account.TypeEnumgetType()The assigned AccountTypeinthashCode()Accountname(String name)voidsetAccountID(UUID accountID)voidsetCode(String code)voidsetName(String name)voidsetType(Account.TypeEnum type)StringtoString()Accounttype(Account.TypeEnum type)
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
accountID
-
getAccountID
The Xero identifier for Settings.- Returns:
- accountID
-
setAccountID
-
type
-
getType
The assigned AccountType- Returns:
- type
-
setType
-
code
-
getCode
A unique 3 digit number for each Account- Returns:
- code
-
setCode
-
name
-
getName
Name of the Account.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-