fr.ifremer.allegro.administration.programStrategy.generic.vo
Class RemoteAppliedPeriodFullVO
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.RemoteFullVOAbstract
fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedPeriodFullVO
- All Implemented Interfaces:
- java.io.Serializable
public class RemoteAppliedPeriodFullVO
- 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 |
RemoteAppliedPeriodFullVO
public RemoteAppliedPeriodFullVO()
RemoteAppliedPeriodFullVO
public RemoteAppliedPeriodFullVO(java.util.Date startDate,
java.util.Date endDate,
java.lang.Integer appliedStrategyId)
RemoteAppliedPeriodFullVO
public RemoteAppliedPeriodFullVO(RemoteAppliedPeriodFullVO otherBean)
- Copies constructor from other RemoteAppliedPeriodFullVO
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(RemoteAppliedPeriodFullVO otherBean)
- Copies all properties from the argument value object into this value object.
getStartDate
public java.util.Date getStartDate()
setStartDate
public void setStartDate(java.util.Date startDate)
getEndDate
public java.util.Date getEndDate()
setEndDate
public void setEndDate(java.util.Date endDate)
getAppliedStrategyId
public java.lang.Integer getAppliedStrategyId()
setAppliedStrategyId
public void setAppliedStrategyId(java.lang.Integer appliedStrategyId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.