IKeyedObject
public interface IKeyedObject
Represents interface for objects with keys.
Methods
Method | Description |
---|---|
getKey() | Gets the object key. |
getKey()
public abstract String getKey()
Gets the object key.
Returns: java.lang.String - The object key.