Package cds.savot.model
Interface IDSupport
-
- All Known Implementing Classes:
SavotCoosys,SavotField,SavotGroup,SavotInfo,SavotLink,SavotParam,SavotResource,SavotTable,SavotValues,SavotVOTable
public interface IDSupportThis 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.StringgetId()Get ID attributevoidsetId(java.lang.String id)Set ID attribute
-