edu.uoc.tfc.dbmodel
Class Asseguradora.Factory

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.Asseguradora.Factory
Enclosing class:
Asseguradora

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

Constructs new instances of Asseguradora.


Constructor Summary
Asseguradora.Factory()
           
 
Method Summary
static Asseguradora newInstance()
          Constructs a new instance of Asseguradora.
static Asseguradora newInstance(java.lang.String nom, java.lang.String descripcio, java.lang.Boolean activa)
          Constructs a new instance of Asseguradora, taking all required and/or read-only properties as arguments.
static Asseguradora newInstance(java.lang.String nom, java.lang.String descripcio, java.lang.Boolean activa, java.util.Collection parts)
          Constructs a new instance of Asseguradora, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asseguradora.Factory

public Asseguradora.Factory()
Method Detail

newInstance

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


newInstance

public static Asseguradora newInstance(java.lang.String nom,
                                       java.lang.String descripcio,
                                       java.lang.Boolean activa)
Constructs a new instance of Asseguradora, taking all required and/or read-only properties as arguments.


newInstance

public static Asseguradora newInstance(java.lang.String nom,
                                       java.lang.String descripcio,
                                       java.lang.Boolean activa,
                                       java.util.Collection parts)
Constructs a new instance of Asseguradora, taking all possible properties (except the identifier(s))as arguments.