Liferay 6.0.5

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

The model interface for the PasswordTracker service. Represents a row in the "PasswordTracker" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to PasswordTrackerImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a password tracker model instance should use the PasswordTracker interface instead.

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.5