fr.ifremer.allegro.referential.vessel
Class VesselMaster

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.VesselMaster
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VesselMasterImpl

public abstract class VesselMaster
extends java.lang.Object
implements java.io.Serializable

Capitaine (patron) de navire.

ref : flux SACAPT

ATTENTION : Actuellement non utilis??e, pour observation de la donn??es SACAPT avant utilisation. Pour le moment, la donn??e est stock??e dans 'Playground'.

See Also:
Serialized Form

Nested Class Summary
static class VesselMaster.Factory
          Constructs new instances of VesselMaster.
 
Constructor Summary
VesselMaster()
           
 
Method Summary
 boolean equals(java.lang.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.
 java.lang.String getCity()
           Ville du patron
 java.util.Date getDateOfBirth()
           Date de naissance du patron.
 java.lang.String getFirstname()
           Pr??nom du patron de peche
 java.lang.Integer getId()
           
 java.lang.String getLastname()
           Nom du patron de peche
 java.lang.String getRegistrationCode()
           Code d'enregistrament du patron pecheur.
 java.util.Date getRetirementDate()
           Date du dernier jour d'activit?? (retraite)
 java.lang.String getStreet()
           Rue de l'habitation du patron de peche
 java.sql.Timestamp getUpdateDate()
           
 java.lang.String getZipcode()
           Code postal du patron
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCity(java.lang.String city)
           
 void setDateOfBirth(java.util.Date dateOfBirth)
           
 void setFirstname(java.lang.String firstname)
           
 void setId(java.lang.Integer id)
           
 void setLastname(java.lang.String lastname)
           
 void setRegistrationCode(java.lang.String registrationCode)
           
 void setRetirementDate(java.util.Date retirementDate)
           
 void setStreet(java.lang.String street)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setZipcode(java.lang.String zipcode)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VesselMaster

public VesselMaster()
Method Detail

getRegistrationCode

public java.lang.String getRegistrationCode()

Code d'enregistrament du patron pecheur.

Code unique si donn??e SACAPT (DPMA)


setRegistrationCode

public void setRegistrationCode(java.lang.String registrationCode)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getLastname

public java.lang.String getLastname()

Nom du patron de peche


setLastname

public void setLastname(java.lang.String lastname)

getFirstname

public java.lang.String getFirstname()

Pr??nom du patron de peche


setFirstname

public void setFirstname(java.lang.String firstname)

getStreet

public java.lang.String getStreet()

Rue de l'habitation du patron de peche


setStreet

public void setStreet(java.lang.String street)

getZipcode

public java.lang.String getZipcode()

Code postal du patron


setZipcode

public void setZipcode(java.lang.String zipcode)

getCity

public java.lang.String getCity()

Ville du patron


setCity

public void setCity(java.lang.String city)

getDateOfBirth

public java.util.Date getDateOfBirth()

Date de naissance du patron.


setDateOfBirth

public void setDateOfBirth(java.util.Date dateOfBirth)

getRetirementDate

public java.util.Date getRetirementDate()

Date du dernier jour d'activit?? (retraite)


setRetirementDate

public void setRetirementDate(java.util.Date retirementDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

equals

public boolean equals(java.lang.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.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.