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
model
Fields inherited from interface com.liferay.portal.kernel.model.PasswordTracker
PASSWORD_TRACKER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this password tracker.Returns the create date of this password tracker.long
Returns the mvcc version of this password tracker.Returns the password of this password tracker.long
Returns the password tracker ID of this password tracker.long
Returns the primary key of this password tracker.long
Returns the user ID of this password tracker.Returns the user uuid of this password tracker.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setCompanyId
(long companyId) Sets the company ID of this password tracker.void
setCreateDate
(Date createDate) Sets the create date of this password tracker.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this password tracker.void
setPassword
(String password) Sets the password of this password tracker.void
setPasswordTrackerId
(long passwordTrackerId) Sets the password tracker ID of this password tracker.void
setPrimaryKey
(long primaryKey) Sets the primary key of this password tracker.void
setUserId
(long userId) Sets the user ID of this password tracker.void
setUserUuid
(String userUuid) Sets the user uuid of this password tracker.protected PasswordTrackerWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
PasswordTrackerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<PasswordTracker>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<PasswordTracker>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<PasswordTracker>
- Specified by:
cloneWithOriginalValues
in interfacePasswordTrackerModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this password tracker.- Specified by:
getCompanyId
in interfacePasswordTrackerModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this password tracker
-
getCreateDate
Returns the create date of this password tracker.- Specified by:
getCreateDate
in interfacePasswordTrackerModel
- Returns:
- the create date of this password tracker
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this password tracker.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfacePasswordTrackerModel
- Returns:
- the mvcc version of this password tracker
-
getPassword
Returns the password of this password tracker.- Specified by:
getPassword
in interfacePasswordTrackerModel
- Returns:
- the password of this password tracker
-
getPasswordTrackerId
public long getPasswordTrackerId()Returns the password tracker ID of this password tracker.- Specified by:
getPasswordTrackerId
in interfacePasswordTrackerModel
- Returns:
- the password tracker ID of this password tracker
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this password tracker.- Specified by:
getPrimaryKey
in interfacePasswordTrackerModel
- Returns:
- the primary key of this password tracker
-
getUserId
public long getUserId()Returns the user ID of this password tracker.- Specified by:
getUserId
in interfacePasswordTrackerModel
- Returns:
- the user ID of this password tracker
-
getUserUuid
Returns the user uuid of this password tracker.- Specified by:
getUserUuid
in interfacePasswordTrackerModel
- Returns:
- the user uuid of this password tracker
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this password tracker.- Specified by:
setCompanyId
in interfacePasswordTrackerModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this password tracker
-
setCreateDate
Sets the create date of this password tracker.- Specified by:
setCreateDate
in 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:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfacePasswordTrackerModel
- Parameters:
mvccVersion
- the mvcc version of this password tracker
-
setPassword
Sets the password of this password tracker.- Specified by:
setPassword
in 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:
setPasswordTrackerId
in 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:
setPrimaryKey
in 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:
setUserId
in interfacePasswordTrackerModel
- Parameters:
userId
- the user ID of this password tracker
-
setUserUuid
Sets the user uuid of this password tracker.- Specified by:
setUserUuid
in interfacePasswordTrackerModel
- Parameters:
userUuid
- the user uuid of this password tracker
-
toXmlString
- Specified by:
toXmlString
in interfacePasswordTrackerModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<PasswordTracker>
-