Package com.xero.models.payrolluk
Class Account
java.lang.Object
com.xero.models.payrolluk.Account
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Xero identifier for Settings.A unique 3 digit number for each AccountbooleanThe Xero identifier for Settings.getCode()A unique 3 digit number for each AccountgetName()Name of the Account.getType()The assigned AccountTypeinthashCode()Name of the Account.voidsetAccountID(UUID accountID) The Xero identifier for Settings.voidA unique 3 digit number for each AccountvoidName of the Account.voidsetType(Account.TypeEnum type) The assigned AccountTypetoString()type(Account.TypeEnum type) The assigned AccountType
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
accountID
-
getAccountID
-
setAccountID
The Xero identifier for Settings.- Parameters:
accountID- UUID
-
type
The assigned AccountType- Parameters:
type- TypeEnum- Returns:
- Account
-
getType
-
setType
-
code
-
getCode
-
setCode
-
name
-
getName
-
setName
-
equals
-
hashCode
-
toString
-