IdentityUtils

A utility class that provides some methods for dealing with Identifiable objects. Used in Action classes to manage Form Objects.

Identifiable

The Identifiable interface defines the following method used to identify an object:

public Long getId();

Related topics

Form Objects