public abstract class VesselPersonRole extends Object implements Serializable, Comparable<VesselPersonRole>
Role de la personne en relation avec un navire.
Exemple :
- Patron de pĂȘche (Capitaine ou VesselMaster)
- Actionnaire
- Revendeur att,
etc.
Modifier and Type | Class and Description |
---|---|
static class |
VesselPersonRole.Factory
Constructs new instances of
VesselPersonRole . |
Constructor and Description |
---|
VesselPersonRole() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VesselPersonRole o) |
boolean |
equals(Object object)
Returns
true if the argument is an VesselPersonRole instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getDescription() |
Integer |
getId() |
String |
getLabel() |
String |
getName() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDescription(String descriptionIn) |
void |
setId(Integer idIn) |
void |
setLabel(String labelIn) |
void |
setName(String nameIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
public VesselPersonRole()
public String getDescription()
public void setDescription(String descriptionIn)
descriptionIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic boolean equals(Object object)
true
if the argument is an VesselPersonRole instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(VesselPersonRole o)
compareTo
in interface Comparable<VesselPersonRole>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.