Ajout d'un constructeur (pas finis)

This commit is contained in:
Frederic Debuire
2007-12-17 11:19:37 +00:00
parent f4ff75f928
commit f557d24bf9

View File

@@ -1,5 +1,6 @@
package org.yacos.core.users;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.Entity;
import javax.persistence.Id;
@@ -53,6 +54,11 @@ public class User {
}
public User(String string, String string2, String string3, String string4,
String string5, String string6, ArrayList<Role> arrayList) {
// TODO Auto-generated constructor stub
}
@Id
public String getLogin() {
return login;