Wrote OfferIdentifier and updated ProductRetriever

This commit is contained in:
Leonie Eitze
2023-06-09 17:23:28 +02:00
parent 9906ede6ec
commit c89c8974cf
5 changed files with 89 additions and 15 deletions

View File

@@ -23,11 +23,6 @@ public class Offer {
*/
Product saleProduct;
/*
* Boolean to check if sourceProduct is still available on source website
*/
boolean availability;
/*
* Date of the creation of the offer
* NOTE: Use Timestamp? https://docs.oracle.com/javase/8/docs/api/java/sql/Timestamp.html
@@ -44,9 +39,4 @@ public class Offer {
*/
Date checkDate;
}