@ProviderType public class PasswordTrackerWrapper extends java.lang.Object implements PasswordTracker, ModelWrapper<PasswordTracker>
This class is a wrapper for PasswordTracker.
PasswordTracker,
Serialized Form| Constructor and Description |
|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(PasswordTracker passwordTracker) |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreateDate()
Returns the create date of this password tracker.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
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.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getUserId()
Returns the user ID of this password tracker.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this password tracker.
|
PasswordTracker |
getWrappedModel() |
PasswordTracker |
getWrappedPasswordTracker()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this password tracker.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
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 |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
CacheModel<PasswordTracker> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
PasswordTracker |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
PasswordTracker |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public PasswordTrackerWrapper(PasswordTracker passwordTracker)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic 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 long getPrimaryKey()
getPrimaryKey in interface PasswordTrackerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface PasswordTrackerModelprimaryKey - the primary key of this password trackerpublic long getPasswordTrackerId()
getPasswordTrackerId in interface PasswordTrackerModelpublic void setPasswordTrackerId(long passwordTrackerId)
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker ID of this password trackerpublic long getUserId()
getUserId in interface PasswordTrackerModelpublic void setUserId(long userId)
setUserId in interface PasswordTrackerModeluserId - the user ID of this password trackerpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface PasswordTrackerModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerpublic java.util.Date getCreateDate()
getCreateDate in interface PasswordTrackerModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic java.lang.String getPassword()
getPassword in interface PasswordTrackerModelpublic void setPassword(java.lang.String password)
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<PasswordTracker>isNew in interface PasswordTrackerModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<PasswordTracker>setNew in interface PasswordTrackerModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<PasswordTracker>isCachedModel in interface PasswordTrackerModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<PasswordTracker>setCachedModel in interface PasswordTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<PasswordTracker>isEscapedModel in interface PasswordTrackerModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface PasswordTrackerModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<PasswordTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface PasswordTrackerModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<PasswordTracker>clone in interface PasswordTrackerModelclone in class java.lang.Objectpublic int compareTo(PasswordTracker passwordTracker)
compareTo in interface PasswordTrackerModelcompareTo in interface java.lang.Comparable<PasswordTracker>public int hashCode()
hashCode in interface PasswordTrackerModelhashCode in class java.lang.Objectpublic CacheModel<PasswordTracker> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<PasswordTracker>toCacheModel in interface PasswordTrackerModelpublic PasswordTracker toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<PasswordTracker>toEscapedModel in interface PasswordTrackerModelAutoEscapeBeanHandlerpublic PasswordTracker toUnescapedModel()
toUnescapedModel in interface BaseModel<PasswordTracker>toUnescapedModel in interface PasswordTrackerModelpublic java.lang.String toString()
toString in interface PasswordTrackerModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<PasswordTracker>toXmlString in interface PasswordTrackerModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic PasswordTracker getWrappedPasswordTracker()
getWrappedModel()public PasswordTracker getWrappedModel()
getWrappedModel in interface ModelWrapper<PasswordTracker>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<PasswordTracker>