edu.uoc.tfc.dbmodel
Class FacturaImpl

java.lang.Object
  extended by edu.uoc.tfc.dbmodel.Factura
      extended by edu.uoc.tfc.dbmodel.FacturaImpl
All Implemented Interfaces:
java.io.Serializable

public class FacturaImpl
extends Factura

See Also:
Factura, Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uoc.tfc.dbmodel.Factura
Factura.Factory
 
Constructor Summary
FacturaImpl()
           
 
Method Summary
 
Methods inherited from class edu.uoc.tfc.dbmodel.Factura
equals, getCodiFactura, getDataEmissio, getId, getPartDeLaFactura, hashCode, setCodiFactura, setDataEmissio, setId, setPartDeLaFactura
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacturaImpl

public FacturaImpl()