Package helma.objectmodel.db
Interface Key
-
- All Known Implementing Classes:
DbKey
,MultiKey
,SyntheticKey
public interface Key
This is the interface for the internal representation of an object key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getID()
Get the key's ID partKey
getParentKey()
Get the key's parent keyjava.lang.String
getStorageName()
Get the key's storage type name
-
-
-
Method Detail
-
getParentKey
Key getParentKey()
Get the key's parent key- Returns:
- ...
-
getID
java.lang.String getID()
Get the key's ID part- Returns:
- ...
-
getStorageName
java.lang.String getStorageName()
Get the key's storage type name- Returns:
- ...
-
-