com.liferay.portal.model
Class PasswordTrackerWrapper
java.lang.Object
com.liferay.portal.model.PasswordTrackerWrapper
- All Implemented Interfaces:
- BaseModel<PasswordTracker>, PasswordTracker, PasswordTrackerModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<PasswordTracker>
public class PasswordTrackerWrapper
- extends java.lang.Object
- implements PasswordTracker
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for PasswordTracker.
- Author:
- Brian Wing Shun Chan
- See Also:
PasswordTracker,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
PasswordTrackerWrapper
public PasswordTrackerWrapper(PasswordTracker passwordTracker)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface PasswordTrackerModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface PasswordTrackerModel
getPasswordTrackerId
public long getPasswordTrackerId()
- Specified by:
getPasswordTrackerId in interface PasswordTrackerModel
setPasswordTrackerId
public void setPasswordTrackerId(long passwordTrackerId)
- Specified by:
setPasswordTrackerId in interface PasswordTrackerModel
getUserId
public long getUserId()
- Specified by:
getUserId in interface PasswordTrackerModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface PasswordTrackerModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface PasswordTrackerModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface PasswordTrackerModel
getCreateDate
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface PasswordTrackerModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface PasswordTrackerModel
getPassword
public java.lang.String getPassword()
- Specified by:
getPassword in interface PasswordTrackerModel
setPassword
public void setPassword(java.lang.String password)
- Specified by:
setPassword in interface PasswordTrackerModel
toEscapedModel
public PasswordTracker toEscapedModel()
- Specified by:
toEscapedModel in interface PasswordTrackerModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<PasswordTracker>- Specified by:
isNew in interface PasswordTrackerModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<PasswordTracker>- Specified by:
setNew in interface PasswordTrackerModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<PasswordTracker>- Specified by:
isCachedModel in interface PasswordTrackerModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<PasswordTracker>- Specified by:
setCachedModel in interface PasswordTrackerModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<PasswordTracker>- Specified by:
isEscapedModel in interface PasswordTrackerModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<PasswordTracker>- Specified by:
setEscapedModel in interface PasswordTrackerModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<PasswordTracker>- Specified by:
getPrimaryKeyObj in interface PasswordTrackerModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<PasswordTracker>- Specified by:
getExpandoBridge in interface PasswordTrackerModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>- Specified by:
setExpandoBridgeAttributes in interface PasswordTrackerModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<PasswordTracker>- Specified by:
clone in interface PasswordTrackerModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(PasswordTracker passwordTracker)
- Specified by:
compareTo in interface PasswordTrackerModel- Specified by:
compareTo in interface java.lang.Comparable<PasswordTracker>
hashCode
public int hashCode()
- Specified by:
hashCode in interface PasswordTrackerModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface PasswordTrackerModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<PasswordTracker>- Specified by:
toXmlString in interface PasswordTrackerModel
getWrappedPasswordTracker
public PasswordTracker getWrappedPasswordTracker()