fr.ifremer.allegro.referential.vessel.generic.cluster
Class ClusterVesselOwner

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwner
All Implemented Interfaces:
java.io.Serializable

public class ClusterVesselOwner
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterVesselOwner()
           
ClusterVesselOwner(ClusterVesselOwner otherBean)
          Copies constructor from other ClusterVesselOwner
ClusterVesselOwner(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.util.Date dateOfBirth, java.util.Date retirementDate, java.sql.Timestamp updateDate, RemoteRightToProduceNaturalId[] rightToProduceNaturalId, RemoteLocationNaturalId countryLocationNaturalId)
           
ClusterVesselOwner(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)
           
 
Method Summary
 void copy(ClusterVesselOwner otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getCity()
           
 RemoteLocationNaturalId getCountryLocationNaturalId()
           
 java.util.Date getDateOfBirth()
           
 java.lang.String getFirstname()
           
 java.lang.Integer getId()
           
 java.lang.Integer getIdLocal()
           
 java.lang.String getLastname()
           
 java.lang.String getRegistrationCode()
           
 java.util.Date getRetirementDate()
           
 RemoteRightToProduceNaturalId[] getRightToProduceNaturalId()
           
 java.lang.String getStreet()
           
 java.sql.Timestamp getUpdateDate()
           
 java.lang.String getZipCode()
           
 void setCity(java.lang.String city)
           
 void setCountryLocationNaturalId(RemoteLocationNaturalId countryLocationNaturalId)
           
 void setDateOfBirth(java.util.Date dateOfBirth)
           
 void setFirstname(java.lang.String firstname)
           
 void setId(java.lang.Integer id)
           
 void setIdLocal(java.lang.Integer idLocal)
           
 void setLastname(java.lang.String lastname)
           
 void setRegistrationCode(java.lang.String registrationCode)
           
 void setRetirementDate(java.util.Date retirementDate)
           
 void setRightToProduceNaturalId(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)
           
 void setStreet(java.lang.String street)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setZipCode(java.lang.String zipCode)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
addPropertyChangeListener, addPropertyChangeListener, copy, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterVesselOwner

public ClusterVesselOwner()

ClusterVesselOwner

public ClusterVesselOwner(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)

ClusterVesselOwner

public ClusterVesselOwner(java.lang.Integer id,
                          java.lang.Integer idLocal,
                          java.lang.String registrationCode,
                          java.lang.String lastname,
                          java.lang.String firstname,
                          java.lang.String street,
                          java.lang.String zipCode,
                          java.lang.String city,
                          java.util.Date dateOfBirth,
                          java.util.Date retirementDate,
                          java.sql.Timestamp updateDate,
                          RemoteRightToProduceNaturalId[] rightToProduceNaturalId,
                          RemoteLocationNaturalId countryLocationNaturalId)

ClusterVesselOwner

public ClusterVesselOwner(ClusterVesselOwner otherBean)
Copies constructor from other ClusterVesselOwner

Parameters:
otherBean, - cannot be null
Throws:
java.lang.NullPointerException - if the argument is null
Method Detail

copy

public void copy(ClusterVesselOwner otherBean)
Copies all properties from the argument value object into this value object.


getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getIdLocal

public java.lang.Integer getIdLocal()

setIdLocal

public void setIdLocal(java.lang.Integer idLocal)

getRegistrationCode

public java.lang.String getRegistrationCode()

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)

getDateOfBirth

public java.util.Date getDateOfBirth()

setDateOfBirth

public void setDateOfBirth(java.util.Date dateOfBirth)

getRetirementDate

public java.util.Date getRetirementDate()

setRetirementDate

public void setRetirementDate(java.util.Date retirementDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getRightToProduceNaturalId

public RemoteRightToProduceNaturalId[] getRightToProduceNaturalId()

setRightToProduceNaturalId

public void setRightToProduceNaturalId(RemoteRightToProduceNaturalId[] rightToProduceNaturalId)

getCountryLocationNaturalId

public RemoteLocationNaturalId getCountryLocationNaturalId()

setCountryLocationNaturalId

public void setCountryLocationNaturalId(RemoteLocationNaturalId countryLocationNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.