Package cds.savot.model
Interface IDSupport
-
- All Known Implementing Classes:
SavotCoosys
,SavotField
,SavotGroup
,SavotInfo
,SavotLink
,SavotParam
,SavotResource
,SavotTable
,SavotValues
,SavotVOTable
public interface IDSupport
This interface defines id attribute handling (get / set)- Author:
- Laurent Bourges (JMMC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Get ID attributevoid
setId(java.lang.String id)
Set ID attribute
-