|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uoc.tfc.dbmodel.TipusSiniestre
public abstract class TipusSiniestre
Classe que representa un tipus de sinistre al model de base de dades
Nested Class Summary | |
---|---|
static class |
TipusSiniestre.Factory
Constructs new instances of TipusSiniestre . |
Constructor Summary | |
---|---|
TipusSiniestre()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Returns true if the argument is an TipusSiniestre instance and all identifiers for this entity
equal the identifiers of the argument entity. |
java.lang.Boolean |
getActiu()
Indicador que representa si el tipus de sinistre es troba actiu/inactiu |
java.lang.Long |
getId()
|
java.lang.String |
getNom()
Nom del tipus de sinistre |
java.util.Collection |
getParts()
|
int |
hashCode()
Returns a hash code based on this entity's identifiers. |
void |
setActiu(java.lang.Boolean actiu)
|
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 TipusSiniestre()
Method Detail |
---|
public java.lang.String getNom()
Nom del tipus de sinistre
public void setNom(java.lang.String nom)
public java.lang.Boolean getActiu()
Indicador que representa si el tipus de sinistre es troba actiu/inactiu
public void setActiu(java.lang.Boolean actiu)
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 TipusSiniestre 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 |