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

Method Summary
 java.util.Date getCreateDate()
           
 java.lang.String getPassword()
           
 long getPasswordTrackerId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 void setCreateDate(java.util.Date createDate)
           
 void setPassword(java.lang.String password)
           
 void setPasswordTrackerId(long passwordTrackerId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 PasswordTracker toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
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)

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