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:
PasswordTracker, PasswordTrackerImpl, 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)
           
 PasswordTracker toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getPasswordTrackerId

long getPasswordTrackerId()

setPasswordTrackerId

void setPasswordTrackerId(long passwordTrackerId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

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()