edu.uoc.tfc.dbmodel
Class Factura.Factory

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

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

Constructs new instances of Factura.


Constructor Summary
Factura.Factory()
           
 
Method Summary
static Factura newInstance()
          Constructs a new instance of Factura.
static Factura newInstance(java.lang.String codiFactura, java.lang.String dataEmissio, Part partDeLaFactura)
          Constructs a new instance of Factura, 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

Factura.Factory

public Factura.Factory()
Method Detail

newInstance

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


newInstance

public static Factura newInstance(java.lang.String codiFactura,
                                  java.lang.String dataEmissio,
                                  Part partDeLaFactura)
Constructs a new instance of Factura, taking all possible properties (except the identifier(s))as arguments.