Package com.xero.models.payrolluk
Class Reimbursement
java.lang.Object
com.xero.models.payrolluk.Reimbursement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionXero unique identifier for the account used for the reimbursementcurrentRecord(Boolean currentRecord) Indicates that whether the reimbursement is activebooleanXero unique identifier for the account used for the reimbursementIndicates that whether the reimbursement is activegetName()Name of the reimbursementXero unique identifier for a reimbursementinthashCode()Name of the reimbursementreimbursementID(UUID reimbursementID) Xero unique identifier for a reimbursementvoidsetAccountID(UUID accountID) Xero unique identifier for the account used for the reimbursementvoidsetCurrentRecord(Boolean currentRecord) Indicates that whether the reimbursement is activevoidName of the reimbursementvoidsetReimbursementID(UUID reimbursementID) Xero unique identifier for a reimbursementtoString()
-
Constructor Details
-
Reimbursement
public Reimbursement()
-
-
Method Details
-
reimbursementID
Xero unique identifier for a reimbursement- Parameters:
reimbursementID- UUID- Returns:
- Reimbursement
-
getReimbursementID
Xero unique identifier for a reimbursement- Returns:
- reimbursementID
-
setReimbursementID
Xero unique identifier for a reimbursement- Parameters:
reimbursementID- UUID
-
name
Name of the reimbursement- Parameters:
name- String- Returns:
- Reimbursement
-
getName
-
setName
-
accountID
Xero unique identifier for the account used for the reimbursement- Parameters:
accountID- UUID- Returns:
- Reimbursement
-
getAccountID
Xero unique identifier for the account used for the reimbursement- Returns:
- accountID
-
setAccountID
Xero unique identifier for the account used for the reimbursement- Parameters:
accountID- UUID
-
currentRecord
Indicates that whether the reimbursement is active- Parameters:
currentRecord- Boolean- Returns:
- Reimbursement
-
getCurrentRecord
Indicates that whether the reimbursement is active- Returns:
- currentRecord
-
setCurrentRecord
Indicates that whether the reimbursement is active- Parameters:
currentRecord- Boolean
-
equals
-
hashCode
-
toString
-