fr.ifremer.allegro.type
Class DatePeriodVO

java.lang.Object
  extended by fr.ifremer.allegro.type.DatePeriodVO
All Implemented Interfaces:
java.io.Serializable

public class DatePeriodVO
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DatePeriodVO()
           
DatePeriodVO(java.util.Date startDate, java.util.Date endDate)
           
DatePeriodVO(DatePeriodVO otherBean)
          Copies constructor from other DatePeriodVO
 
Method Summary
 void copy(DatePeriodVO otherBean)
          Copies all properties from the argument value object into this value object.
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 void setEndDate(java.util.Date endDate)
           
 void setStartDate(java.util.Date startDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePeriodVO

public DatePeriodVO()

DatePeriodVO

public DatePeriodVO(java.util.Date startDate,
                    java.util.Date endDate)

DatePeriodVO

public DatePeriodVO(DatePeriodVO otherBean)
Copies constructor from other DatePeriodVO

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

copy

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.