fr.ifremer.allegro.administration.programStrategy.generic.cluster
Class ClusterAppliedPeriod
java.lang.Object
fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterAppliedPeriod
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterAppliedPeriod
- extends ClusterAbstract
- 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 |
ClusterAppliedPeriod
public ClusterAppliedPeriod()
ClusterAppliedPeriod
public ClusterAppliedPeriod(java.util.Date startDate,
java.util.Date endDate,
RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
ClusterAppliedPeriod
public ClusterAppliedPeriod(ClusterAppliedPeriod otherBean)
- Copies constructor from other ClusterAppliedPeriod
- Parameters:
otherBean,
- cannot be null
- Throws:
java.lang.NullPointerException
- if the argument is null
copy
public void copy(ClusterAppliedPeriod 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)
getAppliedStrategyNaturalId
public RemoteAppliedStrategyNaturalId getAppliedStrategyNaturalId()
setAppliedStrategyNaturalId
public void setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.