com.liferay.portal.model
Interface PasswordTrackerModel
- All Superinterfaces:
- BaseModel<PasswordTracker>, java.lang.Cloneable, java.lang.Comparable<PasswordTracker>, java.io.Serializable
- All Known Subinterfaces:
- PasswordTracker
public interface PasswordTrackerModel
- extends BaseModel<PasswordTracker>
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.
- Author:
- Brian Wing Shun Chan
- See Also:
PasswordTracker
,
PasswordTrackerImpl
,
PasswordTrackerModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
long getPrimaryKey()
setPrimaryKey
void setPrimaryKey(long pk)
getPasswordTrackerId
long getPasswordTrackerId()
setPasswordTrackerId
void setPasswordTrackerId(long passwordTrackerId)
getUserId
long getUserId()
setUserId
void setUserId(long userId)
getUserUuid
java.lang.String getUserUuid()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setUserUuid
void setUserUuid(java.lang.String userUuid)
getCreateDate
java.util.Date getCreateDate()
setCreateDate
void setCreateDate(java.util.Date createDate)
getPassword
java.lang.String getPassword()
setPassword
void setPassword(java.lang.String password)
toEscapedModel
PasswordTracker toEscapedModel()