Package com.liferay.portal.kernel.model
Interface PasswordTracker
- All Superinterfaces:
BaseModel<PasswordTracker>,ClassedModel,Cloneable,Comparable<PasswordTracker>,MVCCModel,PasswordTrackerModel,PersistedModel,Serializable,ShardedModel
- All Known Implementing Classes:
PasswordTrackerWrapper
The extended model interface for the PasswordTracker service. Represents a row in the "PasswordTracker" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PasswordTrackerModel
cloneWithOriginalValues, getCompanyId, getCreateDate, getMvccVersion, getPassword, getPasswordTrackerId, getPrimaryKey, getUserId, getUserUuid, setCompanyId, setCreateDate, setMvccVersion, setPassword, setPasswordTrackerId, setPrimaryKey, setUserId, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
PASSWORD_TRACKER_ID_ACCESSOR
-