|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dbmodel.Asseguradora
public abstract class Asseguradora
Classe que representa una companyia asseguradora al model de base de dades
Nested Class Summary | |
---|---|
static class |
Asseguradora.Factory
Constructs new instances of Asseguradora . |
Constructor Summary | |
---|---|
Asseguradora()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an Asseguradora instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.lang.Boolean |
getActiva()
Indicador que representa si l'asseguradora es troba activa/inactiva |
java.lang.String |
getDescripcio()
Descripció de la companyia asseguradora |
java.lang.Long |
getId()
|
java.lang.String |
getNom()
Nom de la companyia asseguradora |
java.util.Collection |
getParts()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setActiva(java.lang.Boolean activa)
|
void |
setDescripcio(java.lang.String descripcio)
|
void |
setId(java.lang.Long id)
|
void |
setNom(java.lang.String nom)
|
void |
setParts(java.util.Collection parts)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asseguradora()
Method Detail |
---|
public java.lang.String getNom()
Nom de la companyia asseguradora
public void setNom(java.lang.String nom)
public java.lang.String getDescripcio()
Descripció de la companyia asseguradora
public void setDescripcio(java.lang.String descripcio)
public java.lang.Boolean getActiva()
Indicador que representa si l'asseguradora es troba activa/inactiva
public void setActiva(java.lang.Boolean activa)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public java.util.Collection getParts()
public void setParts(java.util.Collection parts)
public boolean equals(java.lang.Object object)
true
if the argument is an Asseguradora 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 |