moos.ssds.model
Class Event
java.lang.Object
moos.ssds.model.Event
- All Implemented Interfaces:
- IDateRange, IDescription, IEvent, java.io.Serializable, ValueObject
- public class Event
- extends java.lang.Object
- implements java.io.Serializable, IDateRange, IDescription, ValueObject, IEvent
- 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 $
- See Also:
- Serialized Form
|
Constructor Summary |
Event()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
getDateRange
public IDateRange getDateRange()
- Specified by:
getDateRange in interface IDateRange
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface IDescription
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface IDescription
getDataProducer
public IDataProducer getDataProducer()
- Specified by:
getDataProducer in interface IEvent
setDataProducer
public void setDataProducer(IDataProducer dataProducer)
- Specified by:
setDataProducer in interface IEvent
getStartDate
public java.util.Date getStartDate()
- Specified by:
getStartDate in interface IDateRange
setStartDate
public void setStartDate(java.util.Date startDate)
- Specified by:
setStartDate in interface IDateRange
getEndDate
public java.util.Date getEndDate()
- Specified by:
getEndDate in interface IDateRange
setEndDate
public void setEndDate(java.util.Date endDate)
- Specified by:
setEndDate in interface IDateRange
getName
public java.lang.String getName()
- Specified by:
getName in interface IDescription
setName
public void setName(java.lang.String name)
- Specified by:
setName in interface IDescription
getId
public java.lang.Long getId()
- Specified by:
getId in interface ValueObject
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface ValueObject
getDataProducerId
public java.lang.Long getDataProducerId()
- Specified by:
getDataProducerId in interface IEvent
setDataProducerId
public void setDataProducerId(java.lang.Long dataProducerId)
- Specified by:
setDataProducerId in interface IEvent