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

Method Summary
 java.util.Date getCreateDate()
           
 java.lang.String getPassword()
           
 long getPasswordTrackerId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCreateDate(java.util.Date createDate)
           
 void setPassword(java.lang.String password)
           
 void setPasswordTrackerId(long passwordTrackerId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)