fr.ifremer.allegro.playground
Class PlaygroundVesselMaster

java.lang.Object
  extended by fr.ifremer.allegro.playground.PlaygroundVesselMaster
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PlaygroundVesselMasterImpl

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

Capitaine (patron) de navire.

A interpreter (une fois les donn??es connues) et remodeliser.

ref : flux SACAPT

See Also:
Serialized Form

Nested Class Summary
static class PlaygroundVesselMaster.Factory
          Constructs new instances of PlaygroundVesselMaster.
 
Constructor Summary
PlaygroundVesselMaster()
           
 
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()
           
 java.lang.String getFirstname()
           
 java.lang.Integer getId()
           
 java.lang.String getLastname()
           
 java.lang.String getRegistrationCode()
           Code unique si donn??e SACAPT (DPMA)
 java.lang.String getStreet()
           
 java.sql.Timestamp getUpdateDate()
           
 java.lang.String getZipCode()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCity(java.lang.String city)
           
 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 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

PlaygroundVesselMaster

public PlaygroundVesselMaster()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getRegistrationCode

public java.lang.String getRegistrationCode()

Code unique si donn??e SACAPT (DPMA)


setRegistrationCode

public void setRegistrationCode(java.lang.String registrationCode)

getLastname

public java.lang.String getLastname()

setLastname

public void setLastname(java.lang.String lastname)

getFirstname

public java.lang.String getFirstname()

setFirstname

public void setFirstname(java.lang.String firstname)

getStreet

public java.lang.String getStreet()

setStreet

public void setStreet(java.lang.String street)

getZipCode

public java.lang.String getZipCode()

setZipCode

public void setZipCode(java.lang.String zipCode)

getCity

public java.lang.String getCity()

setCity

public void setCity(java.lang.String city)

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.