|
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.impl.BaseModelImpl<PasswordTracker>
com.liferay.portal.model.impl.PasswordTrackerModelImpl
public class PasswordTrackerModelImpl
The base model implementation for the PasswordTracker service. Represents a row in the "PasswordTracker" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface PasswordTrackerModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in PasswordTrackerImpl.
Never modify or reference this class directly. All methods that expect a password tracker model instance should use the PasswordTracker interface instead.
PasswordTrackerImpl,
PasswordTracker,
PasswordTrackerModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
PasswordTrackerModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PasswordTracker passwordTracker)
|
boolean |
equals(Object obj)
|
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. |
int |
hashCode()
|
void |
setCreateDate(Date createDate)
Sets the create date of this password tracker. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
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 com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public PasswordTrackerModelImpl()
| 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 Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PasswordTracker>getPrimaryKeyObj in interface PasswordTrackerModelpublic 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 ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PasswordTracker>getExpandoBridge in interface PasswordTrackerModelgetExpandoBridge in class BaseModelImpl<PasswordTracker>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PasswordTracker>setExpandoBridgeAttributes in interface PasswordTrackerModelsetExpandoBridgeAttributes in class BaseModelImpl<PasswordTracker>serviceContext - 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 BaseModelImpl<PasswordTracker>public int compareTo(PasswordTracker passwordTracker)
compareTo in interface PasswordTrackerModelcompareTo in interface Comparable<PasswordTracker>public boolean equals(Object obj)
equals in class Objectpublic 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 PasswordTrackerModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||