public class PasswordTrackerWrapper extends BaseModelWrapper<PasswordTracker> implements ModelWrapper<PasswordTracker>, PasswordTracker
This class is a wrapper for PasswordTracker
.
PasswordTracker
,
Serialized Formmodel
PASSWORD_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.
|
java.util.Date |
getCreateDate()
Returns the create date of this password tracker.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getMvccVersion()
Returns the mvcc version of this password tracker.
|
java.lang.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.
|
java.lang.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(java.util.Date createDate)
Sets the create date of this password tracker.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this password tracker.
|
void |
setPassword(java.lang.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(java.lang.String userUuid)
Sets the user uuid of this password tracker.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public PasswordTrackerWrapper(PasswordTracker passwordTracker)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface BaseModel<PasswordTracker>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface BaseModel<PasswordTracker>
public PasswordTracker cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<PasswordTracker>
cloneWithOriginalValues
in interface PasswordTrackerModel
public long getCompanyId()
getCompanyId
in interface PasswordTrackerModel
getCompanyId
in interface ShardedModel
public java.util.Date getCreateDate()
getCreateDate
in interface PasswordTrackerModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface PasswordTrackerModel
public java.lang.String getPassword()
getPassword
in interface PasswordTrackerModel
public long getPasswordTrackerId()
getPasswordTrackerId
in interface PasswordTrackerModel
public long getPrimaryKey()
getPrimaryKey
in interface PasswordTrackerModel
public long getUserId()
getUserId
in interface PasswordTrackerModel
public java.lang.String getUserUuid()
getUserUuid
in interface PasswordTrackerModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface PasswordTrackerModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this password trackerpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface PasswordTrackerModel
createDate
- the create date of this password trackerpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface PasswordTrackerModel
mvccVersion
- the mvcc version of this password trackerpublic void setPassword(java.lang.String password)
setPassword
in interface PasswordTrackerModel
password
- the password of this password trackerpublic void setPasswordTrackerId(long passwordTrackerId)
setPasswordTrackerId
in interface PasswordTrackerModel
passwordTrackerId
- the password tracker ID of this password trackerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface PasswordTrackerModel
primaryKey
- the primary key of this password trackerpublic void setUserId(long userId)
setUserId
in interface PasswordTrackerModel
userId
- the user ID of this password trackerpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface PasswordTrackerModel
userUuid
- the user uuid of this password trackerpublic java.lang.String toXmlString()
toXmlString
in interface PasswordTrackerModel
protected PasswordTrackerWrapper wrap(PasswordTracker passwordTracker)
wrap
in class BaseModelWrapper<PasswordTracker>