fr.ifremer.allegro.administration.user
Class UserProfil.Factory

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.UserProfil.Factory
Enclosing class:
UserProfil

public static final class UserProfil.Factory
extends java.lang.Object

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

UserProfil.Factory

public UserProfil.Factory()
Method Detail

newInstance

public static UserProfil newInstance()
Constructs a new instance of UserProfil.


newInstance

public 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.


newInstance

public 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.



Copyright © 2008-2010 IFREMER. All Rights Reserved.