Implementati i metodi nuovoProdotto() - offerteAttive()

This commit is contained in:
Simone Argenziano
2013-12-18 00:42:35 +01:00
parent bcbf35b8d3
commit 7d09626fb0
6 changed files with 187 additions and 16 deletions

View File

@@ -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;