@parent_id.setter
    def parent_id(self, value):
        if value is not None:
            value = int(value)