|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.UserProfil.Factory
public static final class UserProfil.Factory
Constructs new instances of UserProfil
.
Constructor Summary | |
---|---|
UserProfil.Factory()
|
Method Summary | |
---|---|
static UserProfil |
newInstance()
Constructs a new instance of UserProfil . |
static UserProfil |
newInstance(java.lang.String label,
java.lang.String name)
Constructs a new instance of UserProfil , taking all required and/or
read-only properties as arguments. |
static UserProfil |
newInstance(java.lang.String label,
java.lang.String name,
java.sql.Timestamp updateDate)
Constructs a new instance of UserProfil , taking all possible properties
(except the identifier(s))as arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserProfil.Factory()
Method Detail |
---|
public static UserProfil newInstance()
UserProfil
.
public static UserProfil newInstance(java.lang.String label, java.lang.String name)
UserProfil
, taking all required and/or
read-only properties as arguments.
public static UserProfil newInstance(java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate)
UserProfil
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |