public class PasswordTrackerWrapper extends BaseModelWrapper<PasswordTracker> implements ModelWrapper<PasswordTracker>, PasswordTracker
This class is a wrapper for PasswordTracker.
PasswordTracker,
Serialized FormmodelPASSWORD_TRACKER_ID_ACCESSOR| Constructor and Description |
|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker) |
| Modifier and Type | Method and Description |
|---|---|
PasswordTracker |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this password tracker.
|
Date |
getCreateDate()
Returns the create date of this password tracker.
|
Map<String,Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this password tracker.
|
String |
getPassword()
Returns the password of this password tracker.
|
long |
getPasswordTrackerId()
Returns the password tracker ID of this password tracker.
|
long |
getPrimaryKey()
Returns the primary key of this password tracker.
|
long |
getUserId()
Returns the user ID of this password tracker.
|
String |
getUserUuid()
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) |
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, toXmlStringgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic PasswordTrackerWrapper(PasswordTracker passwordTracker)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<PasswordTracker>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<PasswordTracker>public PasswordTracker cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<PasswordTracker>cloneWithOriginalValues in interface PasswordTrackerModelpublic long getCompanyId()
getCompanyId in interface PasswordTrackerModelgetCompanyId in interface ShardedModelpublic Date getCreateDate()
getCreateDate in interface PasswordTrackerModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface PasswordTrackerModelpublic String getPassword()
getPassword in interface PasswordTrackerModelpublic long getPasswordTrackerId()
getPasswordTrackerId in interface PasswordTrackerModelpublic long getPrimaryKey()
getPrimaryKey in interface PasswordTrackerModelpublic long getUserId()
getUserId in interface PasswordTrackerModelpublic String getUserUuid()
getUserUuid in interface PasswordTrackerModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface PasswordTrackerModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this password trackerpublic void setCreateDate(Date createDate)
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface PasswordTrackerModelmvccVersion - the mvcc version of this password trackerpublic void setPassword(String password)
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic void setPasswordTrackerId(long passwordTrackerId)
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker ID of this password trackerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordTrackerModelprimaryKey - the primary key of this password trackerpublic void setUserId(long userId)
setUserId in interface PasswordTrackerModeluserId - the user ID of this password trackerpublic void setUserUuid(String userUuid)
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerprotected PasswordTrackerWrapper wrap(PasswordTracker passwordTracker)
wrap in class BaseModelWrapper<PasswordTracker>