pas.models.rate_set =================== .. py:module:: pas.models.rate_set Classes ------- .. autoapisummary:: pas.models.rate_set.RateSet Module Contents --------------- .. py:class:: RateSet Bases: :py:obj:`onegov.core.orm.Base`, :py:obj:`onegov.core.orm.mixins.ContentMixin`, :py:obj:`onegov.core.orm.mixins.TimestampMixin` Sätze .. py:attribute:: __tablename__ :value: 'pas_rate_sets' .. py:attribute:: id :type: sqlalchemy.Column[uuid.UUID] .. py:attribute:: year :type: sqlalchemy.Column[int] .. py:attribute:: cost_of_living_adjustment :type: onegov.core.orm.mixins.dict_property[float] .. py:attribute:: plenary_none_president_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: plenary_none_member_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_normal_president_initial :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_normal_president_additional :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_normal_member_initial :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_normal_member_additional :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_intercantonal_president_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_intercantonal_member_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_official_president_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_official_president_fullday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_official_vice_president_halfday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: commission_official_vice_president_fullday :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: shortest_all_president_halfhour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: shortest_all_member_halfhour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_normal_president_halfhour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_normal_member_halfhour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_intercantonal_president_hour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_intercantonal_member_hour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_official_president_halfhour :type: onegov.core.orm.mixins.dict_property[int] .. py:attribute:: study_official_member_halfhour :type: onegov.core.orm.mixins.dict_property[int]