Class ReimbursementType


  • public class ReimbursementType
    extends Object
    ReimbursementType
    • Constructor Detail

      • ReimbursementType

        public ReimbursementType()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object