public abstract class PlaygroundVesselMaster extends Object implements Serializable, Comparable<PlaygroundVesselMaster>
Modifier and Type | Class and Description |
---|---|
static class |
PlaygroundVesselMaster.Factory
Constructs new instances of
PlaygroundVesselMaster . |
Constructor and Description |
---|
PlaygroundVesselMaster() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlaygroundVesselMaster o) |
boolean |
equals(Object object)
Returns
true if the argument is an PlaygroundVesselMaster instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getCity() |
String |
getFirstname() |
Integer |
getId() |
String |
getLastname() |
String |
getRegistrationCode()
Code unique si donnée SACAPT (DPMA)
|
String |
getStreet() |
Timestamp |
getUpdateDate() |
String |
getZipCode() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCity(String cityIn) |
void |
setFirstname(String firstnameIn) |
void |
setId(Integer idIn) |
void |
setLastname(String lastnameIn) |
void |
setRegistrationCode(String registrationCodeIn)
Code unique si donnée SACAPT (DPMA)
|
void |
setStreet(String streetIn) |
void |
setUpdateDate(Timestamp updateDateIn) |
void |
setZipCode(String zipCodeIn) |
public PlaygroundVesselMaster()
public String getRegistrationCode()
public void setRegistrationCode(String registrationCodeIn)
registrationCodeIn
- Stringpublic 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 boolean equals(Object object)
true
if the argument is an PlaygroundVesselMaster instance and all identifiers for this entity
equal the identifiers of the argument entity. Returns false
otherwise.public int hashCode()
public int compareTo(PlaygroundVesselMaster o)
compareTo
in interface Comparable<PlaygroundVesselMaster>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.