Interface UserTracker

All Superinterfaces:
BaseModel<UserTracker>, ClassedModel, Cloneable, Comparable<UserTracker>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserTrackerModel
All Known Implementing Classes:
UserTrackerWrapper

@ProviderType public interface UserTracker extends PersistedModel, UserTrackerModel
The extended model interface for the UserTracker service. Represents a row in the "UserTracker" database table, with each column mapped to a property of this class.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}