Wrote OfferIdentifier and updated ProductRetriever
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user