com.liferay.portal.model
Interface PasswordTrackerModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- PasswordTracker
- public interface PasswordTrackerModel
- extends BaseModel
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:
com.liferay.portal.service.model.PasswordTracker
,
com.liferay.portal.service.model.impl.PasswordTrackerImpl
,
com.liferay.portal.service.model.impl.PasswordTrackerModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getPasswordTrackerId
public long getPasswordTrackerId()
setPasswordTrackerId
public void setPasswordTrackerId(long passwordTrackerId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getCreateDate
public java.util.Date getCreateDate()
setCreateDate
public void setCreateDate(java.util.Date createDate)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)