fr.ifremer.allegro.data.survey.sale.generic.cluster
Class ClusterSaleOrigin

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

public class ClusterSaleOrigin
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterSaleOrigin()
           
ClusterSaleOrigin(ClusterSaleOrigin otherBean)
          Copies constructor from other ClusterSaleOrigin
ClusterSaleOrigin(RemoteProgramNaturalId programNaturalId, RemoteSaleNaturalId saleNaturalId)
           
 
Method Summary
 void copy(ClusterSaleOrigin otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteProgramNaturalId getProgramNaturalId()
           
 RemoteSaleNaturalId getSaleNaturalId()
           
 void setProgramNaturalId(RemoteProgramNaturalId programNaturalId)
           
 void setSaleNaturalId(RemoteSaleNaturalId saleNaturalId)
           
 
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

ClusterSaleOrigin

public ClusterSaleOrigin()

ClusterSaleOrigin

public ClusterSaleOrigin(RemoteProgramNaturalId programNaturalId,
                         RemoteSaleNaturalId saleNaturalId)

ClusterSaleOrigin

public ClusterSaleOrigin(ClusterSaleOrigin otherBean)
Copies constructor from other ClusterSaleOrigin

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

copy

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


getProgramNaturalId

public RemoteProgramNaturalId getProgramNaturalId()

setProgramNaturalId

public void setProgramNaturalId(RemoteProgramNaturalId programNaturalId)

getSaleNaturalId

public RemoteSaleNaturalId getSaleNaturalId()

setSaleNaturalId

public void setSaleNaturalId(RemoteSaleNaturalId saleNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.