fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster
Class ClusterScientificCruise

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise
All Implemented Interfaces:
java.io.Serializable

public class ClusterScientificCruise
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterScientificCruise()
           
ClusterScientificCruise(ClusterScientificCruise otherBean)
          Copies constructor from other ClusterScientificCruise
ClusterScientificCruise(java.lang.Integer id, java.lang.String name, java.util.Date departureDateTime, java.util.Date returnDateTime, java.lang.String reference, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
ClusterScientificCruise(java.lang.String name, java.util.Date departureDateTime, java.util.Date creationDate, RemotePersonNaturalId managerPersonNaturalId, RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteProgramNaturalId programNaturalId, ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip, ClusterFishingTrip[] clusterFishingTrips)
           
 
Method Summary
 void copy(ClusterScientificCruise otherBean)
          Copies all properties from the argument value object into this value object.
 ClusterFishingTrip[] getClusterFishingTrips()
           
 ClusterObservedFishingTrip[] getClusterFishingTripsOfObservedFishingTrip()
           
 java.lang.String getComments()
           
 java.util.Date getCreationDate()
           
 java.util.Date getDepartureDateTime()
           
 java.lang.Integer getId()
           
 RemotePersonNaturalId getManagerPersonNaturalId()
           
 java.lang.String getName()
           
 RemoteProgramNaturalId getProgramNaturalId()
           
 RemoteDepartmentNaturalId getRecorderDepartmentNaturalId()
           
 RemotePersonNaturalId getRecorderPersonNaturalId()
           
 java.lang.String getReference()
           
 java.util.Date getReturnDateTime()
           
 RemoteScientificResearchVesselNaturalId getScientificResearchVesselNaturalId()
           
 java.lang.String getSynchronizationStatus()
           
 java.sql.Timestamp getUpdateDate()
           
 void setClusterFishingTrips(ClusterFishingTrip[] clusterFishingTrips)
           
 void setClusterFishingTripsOfObservedFishingTrip(ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip)
           
 void setComments(java.lang.String comments)
           
 void setCreationDate(java.util.Date creationDate)
           
 void setDepartureDateTime(java.util.Date departureDateTime)
           
 void setId(java.lang.Integer id)
           
 void setManagerPersonNaturalId(RemotePersonNaturalId managerPersonNaturalId)
           
 void setName(java.lang.String name)
           
 void setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void setRecorderDepartmentNaturalId(RemoteDepartmentNaturalId recorderDepartmentNaturalId)
           
 void setRecorderPersonNaturalId(RemotePersonNaturalId recorderPersonNaturalId)
           
 void setReference(java.lang.String reference)
           
 void setReturnDateTime(java.util.Date returnDateTime)
           
 void setScientificResearchVesselNaturalId(RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId)
           
 void setSynchronizationStatus(java.lang.String synchronizationStatus)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
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

ClusterScientificCruise

public ClusterScientificCruise()

ClusterScientificCruise

public ClusterScientificCruise(java.lang.String name,
                               java.util.Date departureDateTime,
                               java.util.Date creationDate,
                               RemotePersonNaturalId managerPersonNaturalId,
                               RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId,
                               RemoteDepartmentNaturalId recorderDepartmentNaturalId,
                               RemoteProgramNaturalId programNaturalId,
                               ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip,
                               ClusterFishingTrip[] clusterFishingTrips)

ClusterScientificCruise

public ClusterScientificCruise(java.lang.Integer id,
                               java.lang.String name,
                               java.util.Date departureDateTime,
                               java.util.Date returnDateTime,
                               java.lang.String reference,
                               java.lang.String comments,
                               java.util.Date creationDate,
                               java.sql.Timestamp updateDate,
                               RemotePersonNaturalId managerPersonNaturalId,
                               RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId,
                               RemoteDepartmentNaturalId recorderDepartmentNaturalId,
                               RemoteProgramNaturalId programNaturalId,
                               RemotePersonNaturalId recorderPersonNaturalId,
                               java.lang.String synchronizationStatus,
                               ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip,
                               ClusterFishingTrip[] clusterFishingTrips)

ClusterScientificCruise

public ClusterScientificCruise(ClusterScientificCruise otherBean)
Copies constructor from other ClusterScientificCruise

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

copy

public void copy(ClusterScientificCruise 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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDepartureDateTime

public java.util.Date getDepartureDateTime()

setDepartureDateTime

public void setDepartureDateTime(java.util.Date departureDateTime)

getReturnDateTime

public java.util.Date getReturnDateTime()

setReturnDateTime

public void setReturnDateTime(java.util.Date returnDateTime)

getReference

public java.lang.String getReference()

setReference

public void setReference(java.lang.String reference)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getCreationDate

public java.util.Date getCreationDate()

setCreationDate

public void setCreationDate(java.util.Date creationDate)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getManagerPersonNaturalId

public RemotePersonNaturalId getManagerPersonNaturalId()

setManagerPersonNaturalId

public void setManagerPersonNaturalId(RemotePersonNaturalId managerPersonNaturalId)

getScientificResearchVesselNaturalId

public RemoteScientificResearchVesselNaturalId getScientificResearchVesselNaturalId()

setScientificResearchVesselNaturalId

public void setScientificResearchVesselNaturalId(RemoteScientificResearchVesselNaturalId scientificResearchVesselNaturalId)

getRecorderDepartmentNaturalId

public RemoteDepartmentNaturalId getRecorderDepartmentNaturalId()

setRecorderDepartmentNaturalId

public void setRecorderDepartmentNaturalId(RemoteDepartmentNaturalId recorderDepartmentNaturalId)

getProgramNaturalId

public RemoteProgramNaturalId getProgramNaturalId()

setProgramNaturalId

public void setProgramNaturalId(RemoteProgramNaturalId programNaturalId)

getRecorderPersonNaturalId

public RemotePersonNaturalId getRecorderPersonNaturalId()

setRecorderPersonNaturalId

public void setRecorderPersonNaturalId(RemotePersonNaturalId recorderPersonNaturalId)

getSynchronizationStatus

public java.lang.String getSynchronizationStatus()

setSynchronizationStatus

public void setSynchronizationStatus(java.lang.String synchronizationStatus)

getClusterFishingTripsOfObservedFishingTrip

public ClusterObservedFishingTrip[] getClusterFishingTripsOfObservedFishingTrip()

setClusterFishingTripsOfObservedFishingTrip

public void setClusterFishingTripsOfObservedFishingTrip(ClusterObservedFishingTrip[] clusterFishingTripsOfObservedFishingTrip)

getClusterFishingTrips

public ClusterFishingTrip[] getClusterFishingTrips()

setClusterFishingTrips

public void setClusterFishingTrips(ClusterFishingTrip[] clusterFishingTrips)


Copyright © 2008-2010 IFREMER. All Rights Reserved.