public abstract class PlaygroundVesselOwner extends Object implements Serializable, Comparable<PlaygroundVesselOwner>
Modifier and Type | Class and Description |
---|---|
static class |
PlaygroundVesselOwner.Factory
Constructs new instances of
PlaygroundVesselOwner . |
Constructor and Description |
---|
PlaygroundVesselOwner() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundVesselOwner o) |
boolean |
equals(Object object)
Returns
true if the argument is an PlaygroundVesselOwner instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getCity() |
String |
getCode() |
String |
getFirstname() |
FishingTrip |
getFishingTrip()
Voyage en mer, ayant pour vocation une activité de peche (peut etre une campagnes halieutique
ou une
marée d'un navire professionnel, etc.)
|
Integer |
getId() |
String |
getLastname() |
String |
getStreet() |
Timestamp |
getUpdateDate() |
String |
getZipCode() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCity(String cityIn) |
void |
setCode(String codeIn) |
void |
setFirstname(String firstnameIn) |
void |
setFishingTrip(FishingTrip fishingTripIn)
Voyage en mer, ayant pour vocation une activité de peche (peut etre une campagnes halieutique
ou une
marée d'un navire professionnel, etc.)
|
void |
setId(Integer idIn) |
void |
setLastname(String lastnameIn) |
void |
setStreet(String streetIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setZipCode(String zipCodeIn) |
public PlaygroundVesselOwner()
public String getLastname()
public void setLastname(String lastnameIn)
lastnameIn
- Stringpublic String getFirstname()
public void setFirstname(String firstnameIn)
firstnameIn
- Stringpublic String getZipCode()
public void setZipCode(String zipCodeIn)
zipCodeIn
- Stringpublic Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDateIn)
updateDateIn
- Timestamppublic FishingTrip getFishingTrip()
public void setFishingTrip(FishingTrip fishingTripIn)
fishingTripIn
- FishingTrippublic boolean equals(Object object)
true
if the argument is an PlaygroundVesselOwner instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PlaygroundVesselOwner o)
compareTo
in interface Comparable<PlaygroundVesselOwner>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.