]> git.mxchange.org Git - jphone-core.git/blobdiff - src/org/mxchange/jphone/model/phonenumbers/mobileprovider/MobileProvider.java
Updated copyright year
[jphone-core.git] / src / org / mxchange / jphone / model / phonenumbers / mobileprovider / MobileProvider.java
index 6a6f24d30684c2f69e80b665be1dc96aaef7dcc0..4bdb7f709d4cea80ffda6f0ed9480b6eabc0d892 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016 - 2024 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
@@ -25,7 +25,7 @@ import org.mxchange.jcountry.model.data.Country;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-public interface MobileProvider extends Serializable {
+public interface MobileProvider extends Comparable<MobileProvider>, Serializable {
 
        /**
         * Getter for id number
@@ -97,6 +97,20 @@ public interface MobileProvider extends Serializable {
         */
        void setProviderEntryCreated (final Date providerEntryCreated);
 
+       /**
+        * Getter for timestamp when this entry has been updated
+        * <p>
+        * @return Timestamp when this entry has been updated
+        */
+       Date getProviderEntryUpdated ();
+
+       /**
+        * Setter for timestamp when this entry has been updated
+        * <p>
+        * @param providerEntryUpdated Timestamp when this entry has been updated
+        */
+       void setProviderEntryUpdated (final Date providerEntryUpdated);
+
        /**
         * Getter for pattern for mail gateway
         * <p>