moos.ssds.model
Class Event

java.lang.Object
  extended bymoos.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()
           
 
Method Summary
 IDataProducer getDataProducer()
           
 java.lang.Long getDataProducerId()
           
 IDateRange getDateRange()
           
 java.lang.String getDescription()
           
 java.util.Date getEndDate()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 java.util.Date getStartDate()
           
 void setDataProducer(IDataProducer dataProducer)
           
 void setDataProducerId(java.lang.Long dataProducerId)
           
 void setDescription(java.lang.String description)
           
 void setEndDate(java.util.Date endDate)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 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

Event

public Event()
Method Detail

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