com.liferay.portal.model
Interface PasswordTracker
- All Superinterfaces:
- BaseModel<PasswordTracker>, java.lang.Cloneable, java.lang.Comparable<PasswordTracker>, PasswordTrackerModel, java.io.Serializable
public interface PasswordTracker
- extends PasswordTrackerModel
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the PasswordTracker table in the
database.
Customize PasswordTrackerImpl
and rerun the
ServiceBuilder to generate the new methods.
- Author:
- Brian Wing Shun Chan
- See Also:
PasswordTrackerModel
,
PasswordTrackerImpl
,
PasswordTrackerModelImpl
Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel |
getCreateDate, getPassword, getPasswordTrackerId, getPrimaryKey, getUserId, getUserUuid, setCreateDate, setPassword, setPasswordTrackerId, setPrimaryKey, setUserId, setUserUuid, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |