Implementati i metodi nuovoProdotto() - offerteAttive()
This commit is contained in:
@@ -9,9 +9,11 @@ import java.util.ArrayList;
|
||||
* Date: 17/12/13
|
||||
* Time: 0.38
|
||||
*/
|
||||
|
||||
public class Entry implements Serializable{
|
||||
|
||||
public Entry (String in_user, String in_password, boolean in_type, String in_location) {
|
||||
|
||||
public Entry (String in_user, String in_password, boolean in_type, String in_location) {
|
||||
user = in_user;
|
||||
password = in_password;
|
||||
type = in_type;
|
||||
|
||||
Reference in New Issue
Block a user