Liferay 6.0.3

com.liferay.portal.model
Interface PasswordTracker

All Superinterfaces:
BaseModel<PasswordTracker>, Cloneable, Comparable<PasswordTracker>, PasswordTrackerModel, Serializable
All Known Implementing Classes:
PasswordTrackerImpl, PasswordTrackerWrapper

public interface PasswordTracker
extends PasswordTrackerModel

This interface is a model that represents the PasswordTracker table in the database.

Customize PasswordTrackerImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
PasswordTrackerModel, PasswordTrackerImpl, PasswordTrackerModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPassword, setPasswordTrackerId, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3