2.17.2: 2011-06-17

net.sf.basedb.info
Interface Transferable

All Known Implementing Classes:
AnnotatedItemInfo, AnnotationInfo, AnnotationTypeInfo, ArrayDesignInfo, BasicItemInfo, BioAssaySetInfo, CommonItemInfo, DataFileTypeInfo, ExperimentInfo, ExtendedPropertyInfo, OwnedItemInfo, ProjectInfo, QueryOptions, RawBioAssayInfo, ReporterListInfo, SharedItemInfo, VersionInfo

public interface Transferable

Tagging interface for objects that support some kind of transfer mechanism between virtual machines or between Java and another programming language. We use it to tag classes that can be used in the web services. We recommend that classes that implements this interface also implements the Serializable interface.

Objects implementing this interface should also have public constructor without any arguments.

Version:
2.5
Author:
nicklas
Last modified
$Date: 2008-09-11 22:05:50 +0200 (Thu, 11 Sep 2008) $


2.17.2: 2011-06-17