|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.PasswordTrackerWrapper
public class PasswordTrackerWrapper
This class is a wrapper for PasswordTracker.
PasswordTracker,
Serialized Form| Constructor Summary | |
|---|---|
PasswordTrackerWrapper(PasswordTracker passwordTracker)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordTracker passwordTracker)
|
Date |
getCreateDate()
Gets the create date of this password tracker. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getPassword()
Gets the password of this password tracker. |
long |
getPasswordTrackerId()
Gets the password tracker id of this password tracker. |
long |
getPrimaryKey()
Gets the primary key of this password tracker. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
long |
getUserId()
Gets the user id of this password tracker. |
String |
getUserUuid()
Gets the user uuid of this password tracker. |
PasswordTracker |
getWrappedPasswordTracker()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCreateDate(Date createDate)
Sets the create date of this password tracker. |
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
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 pk)
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. |
PasswordTracker |
toEscapedModel()
Gets a copy of this password tracker as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordTrackerWrapper(PasswordTracker passwordTracker)
| Method Detail |
|---|
public long getPrimaryKey()
PasswordTrackerModel
getPrimaryKey in interface PasswordTrackerModelpublic void setPrimaryKey(long pk)
PasswordTrackerModel
setPrimaryKey in interface PasswordTrackerModelpk - the primary key of this password trackerpublic long getPasswordTrackerId()
PasswordTrackerModel
getPasswordTrackerId in interface PasswordTrackerModelpublic void setPasswordTrackerId(long passwordTrackerId)
PasswordTrackerModel
setPasswordTrackerId in interface PasswordTrackerModelpasswordTrackerId - the password tracker id of this password trackerpublic long getUserId()
PasswordTrackerModel
getUserId in interface PasswordTrackerModelpublic void setUserId(long userId)
PasswordTrackerModel
setUserId in interface PasswordTrackerModeluserId - the user id of this password tracker
public String getUserUuid()
throws SystemException
PasswordTrackerModel
getUserUuid in interface PasswordTrackerModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
PasswordTrackerModel
setUserUuid in interface PasswordTrackerModeluserUuid - the user uuid of this password trackerpublic Date getCreateDate()
PasswordTrackerModel
getCreateDate in interface PasswordTrackerModelpublic void setCreateDate(Date createDate)
PasswordTrackerModel
setCreateDate in interface PasswordTrackerModelcreateDate - the create date of this password trackerpublic String getPassword()
PasswordTrackerModel
getPassword in interface PasswordTrackerModelpublic void setPassword(String password)
PasswordTrackerModel
setPassword in interface PasswordTrackerModelpassword - the password of this password trackerpublic PasswordTracker toEscapedModel()
PasswordTrackerModelAutoEscapeBeanHandler.
toEscapedModel in interface PasswordTrackerModelAutoEscapeBeanHandlerpublic boolean isNew()
BaseModel
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)
BaseModel
setNew in interface BaseModel<PasswordTracker>setNew in interface PasswordTrackerModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
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)
BaseModel
setCachedModel in interface BaseModel<PasswordTracker>setCachedModel in interface PasswordTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<PasswordTracker>isEscapedModel in interface PasswordTrackerModeltrue if this model instance is escaped;
false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel method. For example,
UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<PasswordTracker>setEscapedModel in interface PasswordTrackerModelescapedModel - whether this model instance is escapedAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface PasswordTrackerModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface PasswordTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelserviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<PasswordTracker>clone in interface PasswordTrackerModelclone in class Objectpublic int compareTo(PasswordTracker passwordTracker)
compareTo in interface PasswordTrackerModelcompareTo in interface Comparable<PasswordTracker>public int hashCode()
hashCode in interface PasswordTrackerModelhashCode in class Objectpublic String toString()
toString in interface PasswordTrackerModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PasswordTracker>toXmlString in interface PasswordTrackerModelpublic PasswordTracker getWrappedPasswordTracker()
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||