moos.ssds.model
Interface IDateRange
- All Superinterfaces:
- java.io.Serializable
- All Known Subinterfaces:
- IDataContainer, IDataFile, IDataProducer, IDataStream, IDeployment, IEvent, IHumanIntervention, IProcessRun
- All Known Implementing Classes:
- DataContainer, DataFile, DataProducer, DataStream, DateRange, Deployment, Event, HumanIntervention, ProcessRun, Resource
- public interface IDateRange
- extends java.io.Serializable
- Version:
- : $Revision: 1.3 $
The Monterey Bay Aquarium Research Institute (MBARI) provides this
documentation and code "as is", with no warranty, express or
implied, of its quality or consistency. It is provided without support and
without obligation on the part of MBARI to assist in its use, correction,
modification, or enhancement. This information should not be published or
distributed to third parties without specific written permission from
MBARI.
Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.
- Author:
- : $Author: kgomes $
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)
getDateRange
public IDateRange getDateRange()