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

java.lang.Object
  extended by fr.ifremer.allegro.valueObjectAbstract.ClusterAbstract
      extended by 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

Constructor Summary
ClusterAppliedPeriod()
           
ClusterAppliedPeriod(ClusterAppliedPeriod otherBean)
          Copies constructor from other ClusterAppliedPeriod
ClusterAppliedPeriod(java.util.Date startDate, java.util.Date endDate, RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 
Method Summary
 void copy(ClusterAppliedPeriod otherBean)
          Copies all properties from the argument value object into this value object.
 RemoteAppliedStrategyNaturalId getAppliedStrategyNaturalId()
           
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 void setAppliedStrategyNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
           
 void setEndDate(java.util.Date endDate)
           
 void setStartDate(java.util.Date startDate)
           
 
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

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
Method Detail

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.