/** */ package Taxation; /** * * A representation of the model object 'Loss Carryforward'. * * *

* The following features are supported: *

* * * @see Taxation.TaxationPackage#getLoss_Carryforward() * @model * @generated */ public interface Loss_Carryforward extends Special_Expense_DS { /** * Returns the value of the 'Regular accountability' attribute. * * * @return the value of the 'Regular accountability' attribute. * @see #setRegular_accountability(boolean) * @see Taxation.TaxationPackage#getLoss_Carryforward_Regular_accountability() * @model required="true" derived="true" * @generated */ boolean isRegular_accountability(); /** * Sets the value of the '{@link Taxation.Loss_Carryforward#isRegular_accountability Regular accountability}' attribute. * * * @param value the new value of the 'Regular accountability' attribute. * @see #isRegular_accountability() * @generated */ void setRegular_accountability(boolean value); /** * Returns the value of the 'Compensation by other means' attribute. * * * @return the value of the 'Compensation by other means' attribute. * @see #setCompensation_by_other_means(boolean) * @see Taxation.TaxationPackage#getLoss_Carryforward_Compensation_by_other_means() * @model required="true" derived="true" * @generated */ boolean isCompensation_by_other_means(); /** * Sets the value of the '{@link Taxation.Loss_Carryforward#isCompensation_by_other_means Compensation by other means}' attribute. * * * @param value the new value of the 'Compensation by other means' attribute. * @see #isCompensation_by_other_means() * @generated */ void setCompensation_by_other_means(boolean value); /** * Returns the value of the 'Tax payer has inherited business ownership' attribute. * The default value is "false". * * * @return the value of the 'Tax payer has inherited business ownership' attribute. * @see #setTax_payer_has_inherited_business_ownership(boolean) * @see Taxation.TaxationPackage#getLoss_Carryforward_Tax_payer_has_inherited_business_ownership() * @model default="false" required="true" derived="true" * @generated */ boolean isTax_payer_has_inherited_business_ownership(); /** * Sets the value of the '{@link Taxation.Loss_Carryforward#isTax_payer_has_inherited_business_ownership Tax payer has inherited business ownership}' attribute. * * * @param value the new value of the 'Tax payer has inherited business ownership' attribute. * @see #isTax_payer_has_inherited_business_ownership() * @generated */ void setTax_payer_has_inherited_business_ownership(boolean value); /** * Returns the value of the 'Tax payer has been partner in business' attribute. * The default value is "true". * * * @return the value of the 'Tax payer has been partner in business' attribute. * @see #setTax_payer_has_been_partner_in_business(boolean) * @see Taxation.TaxationPackage#getLoss_Carryforward_Tax_payer_has_been_partner_in_business() * @model default="true" required="true" derived="true" * @generated */ boolean isTax_payer_has_been_partner_in_business(); /** * Sets the value of the '{@link Taxation.Loss_Carryforward#isTax_payer_has_been_partner_in_business Tax payer has been partner in business}' attribute. * * * @param value the new value of the 'Tax payer has been partner in business' attribute. * @see #isTax_payer_has_been_partner_in_business() * @generated */ void setTax_payer_has_been_partner_in_business(boolean value); } // Loss_Carryforward