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()String representation of an entry. abstract StringgetEntryId()String representation of an entry. -
-
Method Detail
-
getEntryType
abstract String getEntryType()
String representation of an entry.
-
getEntryId
abstract String getEntryId()
String representation of an entry.
-
-
-
-