fr.ifremer.allegro.administration.programStrategy.generic.vo
Class RemoteBatchModelAppliedStrategyFullVO

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
      extended by fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO
All Implemented Interfaces:
java.io.Serializable

public class RemoteBatchModelAppliedStrategyFullVO
extends RemoteFullVOAbstract
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteBatchModelAppliedStrategyFullVO()
           
RemoteBatchModelAppliedStrategyFullVO(RemoteBatchModelAppliedStrategyFullVO otherBean)
          Copies constructor from other RemoteBatchModelAppliedStrategyFullVO
RemoteBatchModelAppliedStrategyFullVO(java.lang.String modelName, java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
 
Method Summary
 void copy(RemoteBatchModelAppliedStrategyFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.lang.String getAcquisitionLevelCode()
           
 java.lang.Integer getAppliedStrategyId()
           
 java.lang.String getModelName()
           
 void setAcquisitionLevelCode(java.lang.String acquisitionLevelCode)
           
 void setAppliedStrategyId(java.lang.Integer appliedStrategyId)
           
 void setModelName(java.lang.String modelName)
           
 
Methods inherited from class fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBatchModelAppliedStrategyFullVO

public RemoteBatchModelAppliedStrategyFullVO()

RemoteBatchModelAppliedStrategyFullVO

public RemoteBatchModelAppliedStrategyFullVO(java.lang.String modelName,
                                             java.lang.Integer appliedStrategyId,
                                             java.lang.String acquisitionLevelCode)

RemoteBatchModelAppliedStrategyFullVO

public RemoteBatchModelAppliedStrategyFullVO(RemoteBatchModelAppliedStrategyFullVO otherBean)
Copies constructor from other RemoteBatchModelAppliedStrategyFullVO

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

copy

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

getAppliedStrategyId

public java.lang.Integer getAppliedStrategyId()

setAppliedStrategyId

public void setAppliedStrategyId(java.lang.Integer appliedStrategyId)

getAcquisitionLevelCode

public java.lang.String getAcquisitionLevelCode()

setAcquisitionLevelCode

public void setAcquisitionLevelCode(java.lang.String acquisitionLevelCode)


Copyright © 2008-2010 IFREMER. All Rights Reserved.