fr.ifremer.allegro.administration.programStrategy.generic.cluster
Class ClusterBatchModelAppliedStrategy

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterBatchModelAppliedStrategy
All Implemented Interfaces:
java.io.Serializable

public class ClusterBatchModelAppliedStrategy
extends ClusterAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ClusterBatchModelAppliedStrategy()
           
ClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy otherBean)
          Copies constructor from other ClusterBatchModelAppliedStrategy
ClusterBatchModelAppliedStrategy(java.lang.String modelName, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId, RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
 
Method Summary
 void copy(ClusterBatchModelAppliedStrategy otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteAcquisitionLevelNaturalId getAcquisitionLevelNaturalId()
           
 RemoteAppliedStrategyNaturalId getAppliedStrategyNaturalId()
           
 java.lang.String getModelName()
           
 void setAcquisitionLevelNaturalId(RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
           
 void setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 void setModelName(java.lang.String modelName)
           
 
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

ClusterBatchModelAppliedStrategy

public ClusterBatchModelAppliedStrategy()

ClusterBatchModelAppliedStrategy

public ClusterBatchModelAppliedStrategy(java.lang.String modelName,
                                        RemoteAppliedStrategyNaturalId appliedStrategyNaturalId,
                                        RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)

ClusterBatchModelAppliedStrategy

public ClusterBatchModelAppliedStrategy(ClusterBatchModelAppliedStrategy otherBean)
Copies constructor from other ClusterBatchModelAppliedStrategy

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

copy

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


getModelName

public java.lang.String getModelName()

setModelName

public void setModelName(java.lang.String modelName)

getAppliedStrategyNaturalId

public RemoteAppliedStrategyNaturalId getAppliedStrategyNaturalId()

setAppliedStrategyNaturalId

public void setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)

getAcquisitionLevelNaturalId

public RemoteAcquisitionLevelNaturalId getAcquisitionLevelNaturalId()

setAcquisitionLevelNaturalId

public void setAcquisitionLevelNaturalId(RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.