public class CISOrgSetting extends Object
| Constructor and Description |
|---|
CISOrgSetting() |
| Modifier and Type | Method and Description |
|---|---|
CISOrgSetting |
ciSContractorEnabled(Boolean ciSContractorEnabled) |
CISOrgSetting |
ciSSubContractorEnabled(Boolean ciSSubContractorEnabled) |
boolean |
equals(Object o) |
Boolean |
getCiSContractorEnabled()
true or false - Boolean that describes if the organisation is a CIS Contractor
|
Boolean |
getCiSSubContractorEnabled()
true or false - Boolean that describes if the organisation is a CIS SubContractor
|
Integer |
getRate()
CIS Deduction rate for the organisation
|
int |
hashCode() |
CISOrgSetting |
rate(Integer rate) |
void |
setCiSContractorEnabled(Boolean ciSContractorEnabled) |
void |
setCiSSubContractorEnabled(Boolean ciSSubContractorEnabled) |
void |
setRate(Integer rate) |
String |
toString() |
public CISOrgSetting ciSContractorEnabled(Boolean ciSContractorEnabled)
public Boolean getCiSContractorEnabled()
public void setCiSContractorEnabled(Boolean ciSContractorEnabled)
public CISOrgSetting ciSSubContractorEnabled(Boolean ciSSubContractorEnabled)
public Boolean getCiSSubContractorEnabled()
public void setCiSSubContractorEnabled(Boolean ciSSubContractorEnabled)
public CISOrgSetting rate(Integer rate)
public Integer getRate()
public void setRate(Integer rate)
Copyright © 2020. All rights reserved.