public abstract class VesselType extends Object implements Serializable
Type de navire.
exemple :
- industriel,
- grande pêche,
- semi industriel,
- plaisance,
- navire scientifique,
- pecheur à pied
...
| Modifier and Type | Class and Description |
|---|---|
static class |
VesselType.Factory
Constructs new instances of
VesselType. |
| Constructor and Description |
|---|
VesselType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
Integer |
getId()
Identifiant unique du type de navire.
|
String |
getName()
Libellé du type de navire de peche
|
Status |
getStatus() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Integer id) |
void |
setName(String name) |
void |
setStatus(Status status) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
Identifiant unique du type de navire.
public void setId(Integer id)
public String getName()
Libellé du type de navire de peche
public void setName(String name)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public Status getStatus()
public void setStatus(Status status)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.