Package adams.data.id
Interface MutableIDHandler
-
- All Superinterfaces:
IDHandler
- All Known Subinterfaces:
DataContainer<T>
,DataContainerWithSpreadSheetSupport<T>
,NamedContainer
- All Known Implementing Classes:
AbstractDataContainer
,BlobContainer
,Instance
,InstanceContainer
,ObjectContainer
,ReportContainer
,SequencePlotContainer
,SequencePlotSequence
,SpreadSheetRow
,SpreadSheetRowContainer
,TextContainer
,Timeseries
,TimeseriesContainer
,XYSequence
,XYSequenceContainer
public interface MutableIDHandler extends IDHandler
Interface for classes that allow the ID to set as well.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setID(String value)
Sets the ID.
-
-
-
Method Detail
-
setID
void setID(String value)
Sets the ID.- Parameters:
value
- the ID
-
-