moos.ssds.model
Interface ValueObject

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ICommentTag, IDataContainer, IDataFile, IDataProducer, IDataStream, IDeployment, IDeploymentRoles, IDevice, IDeviceTypes, IEvent, IHeaderDescription, IHumanIntervention, IPerson, IProcessRun, IRecordDescription, IRecordVariable, IResource, ISoftware, IStandardUnit, IStandardVariable, IX3DLocation
All Known Implementing Classes:
CommentTag, DataContainer, DataFile, DataProducer, DataStream, Deployment, DeploymentRoles, Device, DeviceTypes, Event, HeaderDescription, HumanIntervention, Person, ProcessRun, RecordDescription, RecordVariable, Resource, Software, StandardUnit, StandardVariable, X3DLocation

public interface ValueObject
extends java.io.Serializable

A "marker" interface to identify the objects that the DAO classes deal with.


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 $

Method Summary
 java.lang.Long getId()
           
 void setId(java.lang.Long id)
           
 

Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)