AbstractEntity
The com.hcl.unica.system.model.AbstractEntity class represents a
general domain entity. For the current release, this abstract class does not contain any
implementation.
However, for the Content Integration Framework, plugins must extend their domain entities
from the com.hcl.unica.system.model.AbstractEntity class. This ensures
that AbstractEntity is the base for dealing with domain entities within
Content Integration Framework.
As for the plugin implementations, the class used to represent an individual content
returned by the simple-search, list-contents, and
get-content-details services must extend from
AbstractEntity class.