aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java')
-rw-r--r--Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java71
1 files changed, 0 insertions, 71 deletions
diff --git a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java
index 3e68e1ac..2f3dcfd4 100644
--- a/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java
+++ b/Tests/MODELS2020-CaseStudies/case.study.pledge.model/src/Taxation/Income.java
@@ -2,8 +2,6 @@
2 */ 2 */
3package Taxation; 3package Taxation;
4 4
5import java.util.Date;
6
7import org.eclipse.emf.common.util.EList; 5import org.eclipse.emf.common.util.EList;
8 6
9import org.eclipse.emf.ecore.EObject; 7import org.eclipse.emf.ecore.EObject;
@@ -19,9 +17,6 @@ import org.eclipse.emf.ecore.EObject;
19 * <ul> 17 * <ul>
20 * <li>{@link Taxation.Income#getIncome_amount <em>Income amount</em>}</li> 18 * <li>{@link Taxation.Income#getIncome_amount <em>Income amount</em>}</li>
21 * <li>{@link Taxation.Income#getIncome_type <em>Income type</em>}</li> 19 * <li>{@link Taxation.Income#getIncome_type <em>Income type</em>}</li>
22 * <li>{@link Taxation.Income#getStart_date_within_taxation_year <em>Start date within taxation year</em>}</li>
23 * <li>{@link Taxation.Income#getStart_date_of_contract <em>Start date of contract</em>}</li>
24 * <li>{@link Taxation.Income#getEnd_date_within_taxation_year <em>End date within taxation year</em>}</li>
25 * <li>{@link Taxation.Income#getTax_card <em>Tax card</em>}</li> 20 * <li>{@link Taxation.Income#getTax_card <em>Tax card</em>}</li>
26 * <li>{@link Taxation.Income#getTax_liability <em>Tax liability</em>}</li> 21 * <li>{@link Taxation.Income#getTax_liability <em>Tax liability</em>}</li>
27 * <li>{@link Taxation.Income#getTaxPayer <em>Tax Payer</em>}</li> 22 * <li>{@link Taxation.Income#getTaxPayer <em>Tax Payer</em>}</li>
@@ -83,72 +78,6 @@ public interface Income extends EObject {
83 void setIncome_type(Income_Type value); 78 void setIncome_type(Income_Type value);
84 79
85 /** 80 /**
86 * Returns the value of the '<em><b>Start date within taxation year</b></em>' attribute.
87 * <!-- begin-user-doc -->
88 * <!-- end-user-doc -->
89 * @return the value of the '<em>Start date within taxation year</em>' attribute.
90 * @see #setStart_date_within_taxation_year(Date)
91 * @see Taxation.TaxationPackage#getIncome_Start_date_within_taxation_year()
92 * @model unique="false" required="true" ordered="false"
93 * @generated
94 */
95 Date getStart_date_within_taxation_year();
96
97 /**
98 * Sets the value of the '{@link Taxation.Income#getStart_date_within_taxation_year <em>Start date within taxation year</em>}' attribute.
99 * <!-- begin-user-doc -->
100 * <!-- end-user-doc -->
101 * @param value the new value of the '<em>Start date within taxation year</em>' attribute.
102 * @see #getStart_date_within_taxation_year()
103 * @generated
104 */
105 void setStart_date_within_taxation_year(Date value);
106
107 /**
108 * Returns the value of the '<em><b>Start date of contract</b></em>' attribute.
109 * <!-- begin-user-doc -->
110 * <!-- end-user-doc -->
111 * @return the value of the '<em>Start date of contract</em>' attribute.
112 * @see #setStart_date_of_contract(Date)
113 * @see Taxation.TaxationPackage#getIncome_Start_date_of_contract()
114 * @model unique="false" required="true" ordered="false"
115 * @generated
116 */
117 Date getStart_date_of_contract();
118
119 /**
120 * Sets the value of the '{@link Taxation.Income#getStart_date_of_contract <em>Start date of contract</em>}' attribute.
121 * <!-- begin-user-doc -->
122 * <!-- end-user-doc -->
123 * @param value the new value of the '<em>Start date of contract</em>' attribute.
124 * @see #getStart_date_of_contract()
125 * @generated
126 */
127 void setStart_date_of_contract(Date value);
128
129 /**
130 * Returns the value of the '<em><b>End date within taxation year</b></em>' attribute.
131 * <!-- begin-user-doc -->
132 * <!-- end-user-doc -->
133 * @return the value of the '<em>End date within taxation year</em>' attribute.
134 * @see #setEnd_date_within_taxation_year(Date)
135 * @see Taxation.TaxationPackage#getIncome_End_date_within_taxation_year()
136 * @model unique="false" required="true" ordered="false"
137 * @generated
138 */
139 Date getEnd_date_within_taxation_year();
140
141 /**
142 * Sets the value of the '{@link Taxation.Income#getEnd_date_within_taxation_year <em>End date within taxation year</em>}' attribute.
143 * <!-- begin-user-doc -->
144 * <!-- end-user-doc -->
145 * @param value the new value of the '<em>End date within taxation year</em>' attribute.
146 * @see #getEnd_date_within_taxation_year()
147 * @generated
148 */
149 void setEnd_date_within_taxation_year(Date value);
150
151 /**
152 * Returns the value of the '<em><b>Tax card</b></em>' containment reference. 81 * Returns the value of the '<em><b>Tax card</b></em>' containment reference.
153 * It is bidirectional and its opposite is '{@link Taxation.Tax_Card#getIncome <em>Income</em>}'. 82 * It is bidirectional and its opposite is '{@link Taxation.Tax_Card#getIncome <em>Income</em>}'.
154 * <!-- begin-user-doc --> 83 * <!-- begin-user-doc -->