Package com.liferay.portal.kernel.model
Class PasswordTrackerWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<PasswordTracker>
com.liferay.portal.kernel.model.PasswordTrackerWrapper
- All Implemented Interfaces:
BaseModel<PasswordTracker>,ClassedModel,ModelWrapper<PasswordTracker>,MVCCModel,PasswordTracker,PasswordTrackerModel,PersistedModel,ShardedModel,Serializable,Cloneable,Comparable<PasswordTracker>
public class PasswordTrackerWrapper
extends BaseModelWrapper<PasswordTracker>
implements ModelWrapper<PasswordTracker>, PasswordTracker
This class is a wrapper for PasswordTracker.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.PasswordTracker
PASSWORD_TRACKER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this password tracker.Returns the create date of this password tracker.longReturns the mvcc version of this password tracker.Returns the password of this password tracker.longReturns the password tracker ID of this password tracker.longReturns the primary key of this password tracker.longReturns the user ID of this password tracker.Returns the user uuid of this password tracker.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this password tracker.voidsetCreateDate(Date createDate) Sets the create date of this password tracker.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this password tracker.voidsetPassword(String password) Sets the password of this password tracker.voidsetPasswordTrackerId(long passwordTrackerId) Sets the password tracker ID of this password tracker.voidsetPrimaryKey(long primaryKey) Sets the primary key of this password tracker.voidsetUserId(long userId) Sets the user ID of this password tracker.voidsetUserUuid(String userUuid) Sets the user uuid of this password tracker.protected PasswordTrackerWrapperwrap(PasswordTracker passwordTracker) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
PasswordTrackerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<PasswordTracker>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<PasswordTracker>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<PasswordTracker>- Specified by:
cloneWithOriginalValuesin interfacePasswordTrackerModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this password tracker.- Specified by:
getCompanyIdin interfacePasswordTrackerModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this password tracker
-
getCreateDate
Returns the create date of this password tracker.- Specified by:
getCreateDatein interfacePasswordTrackerModel- Returns:
- the create date of this password tracker
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this password tracker.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfacePasswordTrackerModel- Returns:
- the mvcc version of this password tracker
-
getPassword
Returns the password of this password tracker.- Specified by:
getPasswordin interfacePasswordTrackerModel- Returns:
- the password of this password tracker
-
getPasswordTrackerId
public long getPasswordTrackerId()Returns the password tracker ID of this password tracker.- Specified by:
getPasswordTrackerIdin interfacePasswordTrackerModel- Returns:
- the password tracker ID of this password tracker
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this password tracker.- Specified by:
getPrimaryKeyin interfacePasswordTrackerModel- Returns:
- the primary key of this password tracker
-
getUserId
public long getUserId()Returns the user ID of this password tracker.- Specified by:
getUserIdin interfacePasswordTrackerModel- Returns:
- the user ID of this password tracker
-
getUserUuid
Returns the user uuid of this password tracker.- Specified by:
getUserUuidin interfacePasswordTrackerModel- Returns:
- the user uuid of this password tracker
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this password tracker.- Specified by:
setCompanyIdin interfacePasswordTrackerModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this password tracker
-
setCreateDate
Sets the create date of this password tracker.- Specified by:
setCreateDatein interfacePasswordTrackerModel- Parameters:
createDate- the create date of this password tracker
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this password tracker.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfacePasswordTrackerModel- Parameters:
mvccVersion- the mvcc version of this password tracker
-
setPassword
Sets the password of this password tracker.- Specified by:
setPasswordin interfacePasswordTrackerModel- Parameters:
password- the password of this password tracker
-
setPasswordTrackerId
public void setPasswordTrackerId(long passwordTrackerId) Sets the password tracker ID of this password tracker.- Specified by:
setPasswordTrackerIdin interfacePasswordTrackerModel- Parameters:
passwordTrackerId- the password tracker ID of this password tracker
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this password tracker.- Specified by:
setPrimaryKeyin interfacePasswordTrackerModel- Parameters:
primaryKey- the primary key of this password tracker
-
setUserId
public void setUserId(long userId) Sets the user ID of this password tracker.- Specified by:
setUserIdin interfacePasswordTrackerModel- Parameters:
userId- the user ID of this password tracker
-
setUserUuid
Sets the user uuid of this password tracker.- Specified by:
setUserUuidin interfacePasswordTrackerModel- Parameters:
userUuid- the user uuid of this password tracker
-
toXmlString
- Specified by:
toXmlStringin interfacePasswordTrackerModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<PasswordTracker>
-