fr.ifremer.allegro.administration.programStrategy.generic.vo
Class RemoteBatchModelAppliedStrategyFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.