File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
src/main/java/me/figo/models Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,6 @@ public class StandingOrder {
103103 @ Expose (serialize = false )
104104 private Integer execution_day ;
105105
106- /**
107- * Next Execution Date
108- */
109- @ Expose (serialize = false )
110- private Date next_execution_date ;
111-
112106 /**
113107 * Execution interval
114108 */
@@ -208,13 +202,6 @@ public Integer getExecutionDay() {
208202 return execution_day ;
209203 }
210204
211- /**
212- * @return next Date the standing order gets executed
213- */
214- public Date getNextExecutionDate () {
215- return next_execution_date ;
216- }
217-
218205 /**
219206 * @return the monthly interval the standing order is executed
220207 *
@@ -267,10 +254,6 @@ public void setExecutionDay(Integer execution_day) {
267254 this .execution_day = execution_day ;
268255 }
269256
270- public void setNextExecutionDate (Date next_execution_date ) {
271- this .next_execution_date = next_execution_date ;
272- }
273-
274257 public void setInterval (StandingOrderIntervalType interval ) {
275258 this .interval = interval ;
276259 }
You can’t perform that action at this time.
0 commit comments