fr.ifremer.allegro.playground.generic.cluster
Class ClusterPlaygroundFishingTripVesselMaster

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster
All Implemented Interfaces:
java.io.Serializable

public class ClusterPlaygroundFishingTripVesselMaster
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterPlaygroundFishingTripVesselMaster()
           
ClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster otherBean)
          Copies constructor from other ClusterPlaygroundFishingTripVesselMaster
ClusterPlaygroundFishingTripVesselMaster(java.lang.Integer rank, RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId)
           
 
Method Summary
 void copy(ClusterPlaygroundFishingTripVesselMaster otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteFishingTripNaturalId getFishingTripNaturalId()
           
 RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalId()
           
 java.lang.Integer getRank()
           
 void setFishingTripNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
           
 void setPlaygroundVesselMasterNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
 void setRank(java.lang.Integer rank)
           
 
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

ClusterPlaygroundFishingTripVesselMaster

public ClusterPlaygroundFishingTripVesselMaster()

ClusterPlaygroundFishingTripVesselMaster

public ClusterPlaygroundFishingTripVesselMaster(java.lang.Integer rank,
                                                RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId,
                                                RemoteFishingTripNaturalId fishingTripNaturalId)

ClusterPlaygroundFishingTripVesselMaster

public ClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster otherBean)
Copies constructor from other ClusterPlaygroundFishingTripVesselMaster

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

copy

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


getRank

public java.lang.Integer getRank()

setRank

public void setRank(java.lang.Integer rank)

getPlaygroundVesselMasterNaturalId

public RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalId()

setPlaygroundVesselMasterNaturalId

public void setPlaygroundVesselMasterNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)

getFishingTripNaturalId

public RemoteFishingTripNaturalId getFishingTripNaturalId()

setFishingTripNaturalId

public void setFishingTripNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.