fr.ifremer.allegro.referential.vessel.generic.vo
Class RemoteVesselRegistrationPeriodFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselRegistrationPeriodFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteVesselRegistrationPeriodFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteVesselRegistrationPeriodFullVO()
           
RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime, java.util.Date endDateTime, java.lang.String registrationCode, java.lang.String internationalRegistrationCode, java.lang.Integer registrationLocationId, java.lang.String vesselCode)
           
RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime, java.lang.Integer registrationLocationId, java.lang.String vesselCode)
           
RemoteVesselRegistrationPeriodFullVO(RemoteVesselRegistrationPeriodFullVO otherBean)
          Copies constructor from other RemoteVesselRegistrationPeriodFullVO
 
Method Summary
 void copy(RemoteVesselRegistrationPeriodFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getEndDateTime()
           
 java.lang.String getInternationalRegistrationCode()
           
 java.lang.String getRegistrationCode()
           
 java.lang.Integer getRegistrationLocationId()
           
 java.util.Date getStartDateTime()
           
 java.lang.String getVesselCode()
           
 void setEndDateTime(java.util.Date endDateTime)
           
 void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)
           
 void setRegistrationCode(java.lang.String registrationCode)
           
 void setRegistrationLocationId(java.lang.Integer registrationLocationId)
           
 void setStartDateTime(java.util.Date startDateTime)
           
 void setVesselCode(java.lang.String vesselCode)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselRegistrationPeriodFullVO

public RemoteVesselRegistrationPeriodFullVO()

RemoteVesselRegistrationPeriodFullVO

public RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime,
                                            java.lang.Integer registrationLocationId,
                                            java.lang.String vesselCode)

RemoteVesselRegistrationPeriodFullVO

public RemoteVesselRegistrationPeriodFullVO(java.util.Date startDateTime,
                                            java.util.Date endDateTime,
                                            java.lang.String registrationCode,
                                            java.lang.String internationalRegistrationCode,
                                            java.lang.Integer registrationLocationId,
                                            java.lang.String vesselCode)

RemoteVesselRegistrationPeriodFullVO

public RemoteVesselRegistrationPeriodFullVO(RemoteVesselRegistrationPeriodFullVO otherBean)
Copies constructor from other RemoteVesselRegistrationPeriodFullVO

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

copy

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


getStartDateTime

public java.util.Date getStartDateTime()

setStartDateTime

public void setStartDateTime(java.util.Date startDateTime)

getEndDateTime

public java.util.Date getEndDateTime()

setEndDateTime

public void setEndDateTime(java.util.Date endDateTime)

getRegistrationCode

public java.lang.String getRegistrationCode()

setRegistrationCode

public void setRegistrationCode(java.lang.String registrationCode)

getInternationalRegistrationCode

public java.lang.String getInternationalRegistrationCode()

setInternationalRegistrationCode

public void setInternationalRegistrationCode(java.lang.String internationalRegistrationCode)

getRegistrationLocationId

public java.lang.Integer getRegistrationLocationId()

setRegistrationLocationId

public void setRegistrationLocationId(java.lang.Integer registrationLocationId)

getVesselCode

public java.lang.String getVesselCode()

setVesselCode

public void setVesselCode(java.lang.String vesselCode)


Copyright © 2008-2010 IFREMER. All Rights Reserved.