Package com.xero.models.payrollau
Class ReimbursementType
- java.lang.Object
-
- com.xero.models.payrollau.ReimbursementType
-
public class ReimbursementType extends Object
ReimbursementType
-
-
Constructor Summary
Constructors Constructor Description ReimbursementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReimbursementTypeaccountCode(String accountCode)See AccountsReimbursementTypecurrentRecord(Boolean currentRecord)Is the current recordbooleanequals(Object o)StringgetAccountCode()See AccountsBooleangetCurrentRecord()Is the current recordStringgetName()Name of the earnings rate (max length = 100)UUIDgetReimbursementTypeID()Xero identifierStringgetUpdatedDateUTC()Last modified timestamporg.threeten.bp.OffsetDateTimegetUpdatedDateUTCAsDate()Last modified timestampinthashCode()ReimbursementTypename(String name)Name of the earnings rate (max length = 100)ReimbursementTypereimbursementTypeID(UUID reimbursementTypeID)Xero identifiervoidsetAccountCode(String accountCode)See AccountsvoidsetCurrentRecord(Boolean currentRecord)Is the current recordvoidsetName(String name)Name of the earnings rate (max length = 100)voidsetReimbursementTypeID(UUID reimbursementTypeID)Xero identifierStringtoString()
-
-
-
Method Detail
-
name
public ReimbursementType name(String name)
Name of the earnings rate (max length = 100)- Parameters:
name- String- Returns:
- ReimbursementType
-
getName
public String getName()
Name of the earnings rate (max length = 100)- Returns:
- name
-
setName
public void setName(String name)
Name of the earnings rate (max length = 100)- Parameters:
name- String
-
accountCode
public ReimbursementType accountCode(String accountCode)
See Accounts- Parameters:
accountCode- String- Returns:
- ReimbursementType
-
getAccountCode
public String getAccountCode()
See Accounts- Returns:
- accountCode
-
setAccountCode
public void setAccountCode(String accountCode)
See Accounts- Parameters:
accountCode- String
-
reimbursementTypeID
public ReimbursementType reimbursementTypeID(UUID reimbursementTypeID)
Xero identifier- Parameters:
reimbursementTypeID- UUID- Returns:
- ReimbursementType
-
getReimbursementTypeID
public UUID getReimbursementTypeID()
Xero identifier- Returns:
- reimbursementTypeID
-
setReimbursementTypeID
public void setReimbursementTypeID(UUID reimbursementTypeID)
Xero identifier- Parameters:
reimbursementTypeID- UUID
-
getUpdatedDateUTC
public String getUpdatedDateUTC()
Last modified timestamp- Returns:
- updatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
Last modified timestamp- Returns:
- OffsetDateTime
-
currentRecord
public ReimbursementType currentRecord(Boolean currentRecord)
Is the current record- Parameters:
currentRecord- Boolean- Returns:
- ReimbursementType
-
getCurrentRecord
public Boolean getCurrentRecord()
Is the current record- Returns:
- currentRecord
-
setCurrentRecord
public void setCurrentRecord(Boolean currentRecord)
Is the current record- Parameters:
currentRecord- Boolean
-
-