Interface KeyObject
-
public interface KeyObject
- Author:
- iris.dimni
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKey()
return the identifying keyboolean
isDeleted()
the object is set to be deleted on the next update callvoid
setContent(Object content)
void
setForCancellation(boolean toBeDeleted)
-