moos.ssds.model
Interface IDescription

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDataContainer, IDataFile, IDataProducer, IDataStream, IDeployment, IDevice, IEvent, IHumanIntervention, IProcessRun, IRecordVariable, IResource, ISoftware, IStandardUnit, IStandardVariable
All Known Implementing Classes:
DataContainer, DataFile, DataProducer, DataStream, Deployment, Device, Event, HumanIntervention, ProcessRun, RecordVariable, Resource, Software, StandardUnit, StandardVariable

public interface IDescription
extends java.io.Serializable


Version:
: $Revision: 1.2 $

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 $

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)