Liferay 7.0-ce-b4

com.liferay.portal.model
Interface PasswordTracker

All Superinterfaces:
BaseModel<PasswordTracker>, ClassedModel, Cloneable, Comparable<PasswordTracker>, MVCCModel, PasswordTrackerModel, PersistedModel, Serializable, ShardedModel
All Known Implementing Classes:
PasswordTrackerWrapper

@ProviderType
public interface PasswordTracker
extends PasswordTrackerModel, PersistedModel

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.

See Also:
PasswordTrackerModel, PasswordTrackerImpl, PasswordTrackerModelImpl

Field Summary
static Accessor<PasswordTracker,Long> PASSWORD_TRACKER_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getMvccVersion, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PASSWORD_TRACKER_ID_ACCESSOR

static final Accessor<PasswordTracker,Long> PASSWORD_TRACKER_ID_ACCESSOR

Liferay 7.0-ce-b4