fr.ifremer.allegro.referential.vessel.generic.cluster
Class ClusterVesselMasterPeriod
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterVesselMasterPeriod
- extends ClusterAbstract
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterVesselMasterPeriod
public ClusterVesselMasterPeriod()
ClusterVesselMasterPeriod
public ClusterVesselMasterPeriod(java.util.Date startDateTime,
RemoteVesselMasterNaturalId vesselMasterNaturalId,
RemoteFishingVesselNaturalId fishingVesselNaturalId)
ClusterVesselMasterPeriod
public ClusterVesselMasterPeriod(java.util.Date startDateTime,
java.util.Date endDateTime,
RemoteVesselMasterNaturalId vesselMasterNaturalId,
RemoteFishingVesselNaturalId fishingVesselNaturalId)
ClusterVesselMasterPeriod
public ClusterVesselMasterPeriod(ClusterVesselMasterPeriod otherBean)
- Copies constructor from other ClusterVesselMasterPeriod
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterVesselMasterPeriod 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)
getVesselMasterNaturalId
public RemoteVesselMasterNaturalId getVesselMasterNaturalId()
setVesselMasterNaturalId
public void setVesselMasterNaturalId(RemoteVesselMasterNaturalId vesselMasterNaturalId)
getFishingVesselNaturalId
public RemoteFishingVesselNaturalId getFishingVesselNaturalId()
setFishingVesselNaturalId
public void setFishingVesselNaturalId(RemoteFishingVesselNaturalId fishingVesselNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.