moos.ssds.model
Class SerializedPackets

java.lang.Object
  extended bymoos.ssds.model.DataContainer
      extended bymoos.ssds.model.DataFile
          extended bymoos.ssds.model.SerializedPackets
All Implemented Interfaces:
IDataContainer, IDataFile, IDateRange, IDescription, IUrlAccess, ResourceOwner, java.io.Serializable, ValueObject

public class SerializedPackets
extends DataFile


Version:
: $Revision: 1.1 $

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

Field Summary
 
Fields inherited from interface moos.ssds.model.IDataFile
FLATFILE_TYPE, NETCDF_TYPE, SERIALIZEDPACKETS_TYPE, UNDEFINED_TYPE
 
Constructor Summary
SerializedPackets()
           
 
Methods inherited from class moos.ssds.model.DataFile
getContentType, getFileName, getHeaderDescription, getHeaderDescriptionId, getUrl, isDodsAccessible, isWebAccessible, setContentType, setDodsAccessible, setFileName, setHeaderDescription, setHeaderDescriptionId, setUrl, toString
 
Methods inherited from class moos.ssds.model.DataContainer
addConsumer, addRecordDescription, addResource, getContact, getCreator, getDataProducerId, getDateRange, getDescription, getEndDate, getId, getName, getPerson, getPersonId, getRecordDescription, getRecordDescriptions, getStartDate, isOriginal, listAllConsumers, listAllInputs, listAllOutputs, listAllProducers, listDerivedOutputs, listDirectConsumers, listDirectInputs, listIndirectConsumers, listIndirectCreators, listIndirectInputs, listRecordDescriptions, listResources, removeConsumer, removeRecordDescription, removeResource, setContact, setCreator, setDataProducerId, setDescription, setEndDate, setId, setName, setOriginal, setPerson, setPersonId, setRecordDescription, setRecordDescriptions, setStartDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface moos.ssds.model.IDataContainer
addConsumer, addRecordDescription, addResource, getContact, getCreator, getDataProducerId, getDateRange, getDescription, getEndDate, getId, getName, getPerson, getPersonId, getRecordDescription, getRecordDescriptions, getStartDate, isOriginal, listAllConsumers, listAllInputs, listAllOutputs, listAllProducers, listDerivedOutputs, listDirectConsumers, listDirectInputs, listIndirectConsumers, listIndirectCreators, listIndirectInputs, listRecordDescriptions, listResources, removeConsumer, removeRecordDescription, removeResource, setContact, setCreator, setDataProducerId, setDescription, setEndDate, setId, setName, setOriginal, setPerson, setPersonId, setRecordDescription, setRecordDescriptions, setStartDate
 

Constructor Detail

SerializedPackets

public SerializedPackets()