Class OtherContract


  • public class OtherContract
    extends Object
    OtherContract
    • Constructor Detail

      • OtherContract

        public OtherContract()
    • Method Detail

      • getOtherEmployee

        public Employee getOtherEmployee()
        Get otherEmployee
        Returns:
        otherEmployee
      • setOtherEmployee

        public void setOtherEmployee​(Employee otherEmployee)
      • getId

        public String getId()
        Id do outro contrato
        Returns:
        id
      • setId

        public void setId​(String id)
      • getEmployee

        public Employee getEmployee()
        Get employee
        Returns:
        employee
      • setEmployee

        public void setEmployee​(Employee employee)
      • getOtherContractType

        public OtherContractType getOtherContractType()
        Get otherContractType
        Returns:
        otherContractType
      • setOtherContractType

        public void setOtherContractType​(OtherContractType otherContractType)
      • isInssCeiling

        public Boolean isInssCeiling()
        Utiliza teto de INSS?
        Returns:
        inssCeiling
      • setInssCeiling

        public void setInssCeiling​(Boolean inssCeiling)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object