com.liferay.portal.model
Interface PasswordTracker

All Superinterfaces:
BaseModel<PasswordTracker>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<PasswordTracker>, PasswordTrackerModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
PasswordTrackerWrapper

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.

Author:
Brian Wing Shun Chan
See Also:
PasswordTrackerModel, PasswordTrackerImpl, PasswordTrackerModelImpl
Generated:

Method Summary
 
Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel
clone, compareTo, getCreateDate, getExpandoBridge, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCreateDate, setExpandoBridgeAttributes, setNew, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist