Interface DataIdentity
-
- All Implemented Interfaces:
public interface DataIdentityRepresents an identity of a data entry.
-
-
Method Summary
Modifier and Type Method Description StringasString()Retrieves the identity as a string. abstract StringgetEntryType()abstract StringgetEntryId()-
-
Method Detail
-
getEntryType
abstract String getEntryType()
-
getEntryId
abstract String getEntryId()
-
-
-
-