Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sdk98_delete_next_execution_date'
Browse files Browse the repository at this point in the history
  • Loading branch information
javaes committed Nov 1, 2018
2 parents 08402a3 + 62ca306 commit dc0eb4c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/main/java/me/figo/models/StandingOrder.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ public class StandingOrder {
@Expose(serialize = false)
private Integer execution_day;

/**
* Next Execution Date
*/
@Expose(serialize = false)
private Date next_execution_date;

/**
* Execution interval
*/
Expand Down Expand Up @@ -208,13 +202,6 @@ public Integer getExecutionDay() {
return execution_day;
}

/**
* @return next Date the standing order gets executed
*/
public Date getNextExecutionDate() {
return next_execution_date;
}

/**
* @return the monthly interval the standing order is executed
*
Expand Down Expand Up @@ -267,10 +254,6 @@ public void setExecutionDay(Integer execution_day) {
this.execution_day = execution_day;
}

public void setNextExecutionDate(Date next_execution_date) {
this.next_execution_date = next_execution_date;
}

public void setInterval(StandingOrderIntervalType interval) {
this.interval = interval;
}
Expand Down

0 comments on commit dc0eb4c

Please sign in to comment.