Class CISOrgSetting


  • public class CISOrgSetting
    extends Object
    CISOrgSetting
    • Constructor Detail

      • CISOrgSetting

        public CISOrgSetting()
    • Method Detail

      • ciSContractorEnabled

        public CISOrgSetting ciSContractorEnabled​(Boolean ciSContractorEnabled)
        true or false - Boolean that describes if the organisation is a CIS Contractor
        Parameters:
        ciSContractorEnabled - Boolean
        Returns:
        CISOrgSetting
      • getCiSContractorEnabled

        public Boolean getCiSContractorEnabled()
        true or false - Boolean that describes if the organisation is a CIS Contractor
        Returns:
        ciSContractorEnabled
      • setCiSContractorEnabled

        public void setCiSContractorEnabled​(Boolean ciSContractorEnabled)
        true or false - Boolean that describes if the organisation is a CIS Contractor
        Parameters:
        ciSContractorEnabled - Boolean
      • ciSSubContractorEnabled

        public CISOrgSetting ciSSubContractorEnabled​(Boolean ciSSubContractorEnabled)
        true or false - Boolean that describes if the organisation is a CIS SubContractor
        Parameters:
        ciSSubContractorEnabled - Boolean
        Returns:
        CISOrgSetting
      • getCiSSubContractorEnabled

        public Boolean getCiSSubContractorEnabled()
        true or false - Boolean that describes if the organisation is a CIS SubContractor
        Returns:
        ciSSubContractorEnabled
      • setCiSSubContractorEnabled

        public void setCiSSubContractorEnabled​(Boolean ciSSubContractorEnabled)
        true or false - Boolean that describes if the organisation is a CIS SubContractor
        Parameters:
        ciSSubContractorEnabled - Boolean
      • getRate

        public Double getRate()
        CIS Deduction rate for the organisation
        Returns:
        rate
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object