A utility class that provides some methods for dealing with
Identifiable
objects. Used in Action
classes to manage Form Objects.
The Identifiable
interface defines the following method
used to identify an object:
public Long getId();