]> git.mxchange.org Git - jbonuscard-core.git/blobdiff - src/org/mxchange/jfinancials/model/income/BillableIncome.java
Continued:
[jbonuscard-core.git] / src / org / mxchange / jfinancials / model / income / BillableIncome.java
index bd166a3540200e7133783eff7ffa3b80e55d172f..2285c976377c0a850632dbf726ec6b68c6be77db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Häder
+ * Copyright (C) 2017, 2018 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 package org.mxchange.jfinancials.model.income;
 
 import java.io.Serializable;
-import java.util.Calendar;
+import java.util.Date;
 import org.mxchange.jfinancials.model.income.interval.FinancialInterval;
 import org.mxchange.jusercore.model.user.User;
 
@@ -47,14 +47,14 @@ public interface BillableIncome extends Serializable {
         * <p>
         * @return Income-created timestamp
         */
-       Calendar getIncomeCreated ();
+       Date getIncomeCreated ();
 
        /**
         * Setter for income-created timestamp
         * <p>
         * @param incomeCreated Income-created timestamp
         */
-       void setIncomeCreated (final Calendar incomeCreated);
+       void setIncomeCreated (final Date incomeCreated);
 
        /**
         * Getter for whether income is enabled
@@ -117,14 +117,14 @@ public interface BillableIncome extends Serializable {
         * <p>
         * @return Income-updated timestamp
         */
-       Calendar getIncomeUpdated ();
+       Date getIncomeUpdated ();
 
        /**
         * Setter for income-updated timestamp
         * <p>
         * @param incomeUpdated Income-updated timestamp
         */
-       void setIncomeUpdated (final Calendar incomeUpdated);
+       void setIncomeUpdated (final Date incomeUpdated);
 
        /**
         * Getter for connected user account