Interface IIdentifiedObject<T>
-
- All Known Implementing Classes:
IdentifiedObject,InputObjectFracDimCalc,ResultFracDimCalc
public interface IIdentifiedObject<T>IIdentifiedObject Nov 4, 2011 MvK: Start implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetData()longgetId()voidsetData(T data)voidsetId(long id)
-