|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dbmodel.Factura
public abstract class Factura
Classe que representa unafactura al model de base de dades
Nested Class Summary | |
---|---|
static class |
Factura.Factory
Constructs new instances of Factura . |
Constructor Summary | |
---|---|
Factura()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an Factura instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.lang.String |
getCodiFactura()
Identificador intern de la companyia del tipus P-ZZZZZZZZF (on P=Part, ZZZZZZZZ=Current time stamp, F=Factura) |
java.lang.String |
getDataEmissio()
Data d'emissió de la factura |
java.lang.Long |
getId()
|
Part |
getPartDeLaFactura()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setCodiFactura(java.lang.String codiFactura)
|
void |
setDataEmissio(java.lang.String dataEmissio)
|
void |
setId(java.lang.Long id)
|
void |
setPartDeLaFactura(Part partDeLaFactura)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Factura()
Method Detail |
---|
public java.lang.String getCodiFactura()
Identificador intern de la companyia del tipus P-ZZZZZZZZF (on P=Part, ZZZZZZZZ=Current time stamp, F=Factura)
public void setCodiFactura(java.lang.String codiFactura)
public java.lang.String getDataEmissio()
Data d'emissió de la factura
public void setDataEmissio(java.lang.String dataEmissio)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public Part getPartDeLaFactura()
public void setPartDeLaFactura(Part partDeLaFactura)
public boolean equals(java.lang.Object object)
true
if the argument is an Factura instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |