fr.ifremer.allegro.data.operation.generic.cluster
Class ClusterOperationVesselAssociation

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

public class ClusterOperationVesselAssociation
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterOperationVesselAssociation()
           
ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel, RemoteOperationNaturalId operationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel, java.lang.String comments, RemoteOperationNaturalId operationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
ClusterOperationVesselAssociation(ClusterOperationVesselAssociation otherBean)
          Copies constructor from other ClusterOperationVesselAssociation
 
Method Summary
 void copy(ClusterOperationVesselAssociation otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getComments()
           
 java.lang.Boolean getIsCatchOnOperationVessel()
           
 RemoteOperationNaturalId getOperationNaturalId()
           
 RemoteVesselNaturalId getVesselNaturalId()
           
 void setComments(java.lang.String comments)
           
 void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)
           
 void setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 void setVesselNaturalId(RemoteVesselNaturalId vesselNaturalId)
           
 
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

ClusterOperationVesselAssociation

public ClusterOperationVesselAssociation()

ClusterOperationVesselAssociation

public ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel,
                                         RemoteOperationNaturalId operationNaturalId,
                                         RemoteVesselNaturalId vesselNaturalId)

ClusterOperationVesselAssociation

public ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel,
                                         java.lang.String comments,
                                         RemoteOperationNaturalId operationNaturalId,
                                         RemoteVesselNaturalId vesselNaturalId)

ClusterOperationVesselAssociation

public ClusterOperationVesselAssociation(ClusterOperationVesselAssociation otherBean)
Copies constructor from other ClusterOperationVesselAssociation

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

copy

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


getIsCatchOnOperationVessel

public java.lang.Boolean getIsCatchOnOperationVessel()

setIsCatchOnOperationVessel

public void setIsCatchOnOperationVessel(java.lang.Boolean isCatchOnOperationVessel)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getOperationNaturalId

public RemoteOperationNaturalId getOperationNaturalId()

setOperationNaturalId

public void setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)

getVesselNaturalId

public RemoteVesselNaturalId getVesselNaturalId()

setVesselNaturalId

public void setVesselNaturalId(RemoteVesselNaturalId vesselNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.