Class CISSetting


  • public class CISSetting
    extends Object
    CISSetting
    • Constructor Detail

      • CISSetting

        public CISSetting()
    • Method Detail

      • ciSEnabled

        public CISSetting ciSEnabled​(Boolean ciSEnabled)
        Boolean that describes if the contact is a CIS Subcontractor
        Parameters:
        ciSEnabled - Boolean
        Returns:
        CISSetting
      • getCiSEnabled

        public Boolean getCiSEnabled()
        Boolean that describes if the contact is a CIS Subcontractor
        Returns:
        ciSEnabled
      • setCiSEnabled

        public void setCiSEnabled​(Boolean ciSEnabled)
        Boolean that describes if the contact is a CIS Subcontractor
        Parameters:
        ciSEnabled - Boolean
      • getRate

        public Double getRate()
        CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned
        Returns:
        rate
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object