Class UserAction

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.core.UserAction
All Implemented Interfaces:
Displayable, StringFiller, HasId

public class UserAction extends StoredObject
Represents an action performed by a system user. This class maps the relationship between a SystemUser and a UIAction.

Each instance of this class corresponds to a unique combination of a user and an action, enforcing that a user can only perform an action once in the context of a specific condition.

Author:
Syam