Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class PasswordTrackerImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<PasswordTracker>
      extended by com.liferay.portal.model.impl.PasswordTrackerModelImpl
          extended by com.liferay.portal.model.impl.PasswordTrackerBaseImpl
              extended by com.liferay.portal.model.impl.PasswordTrackerImpl
All Implemented Interfaces:
BaseModel<PasswordTracker>, ClassedModel, PasswordTracker, PasswordTrackerModel, PersistedModel, Serializable, Cloneable, Comparable<PasswordTracker>

public class PasswordTrackerImpl
extends PasswordTrackerBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.PasswordTrackerModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK
 
Constructor Summary
PasswordTrackerImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.PasswordTrackerBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.PasswordTrackerModelImpl
clone, compareTo, equals, getColumnBitmask, getCreateDate, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalUserId, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, resetOriginalValues, setCreateDate, setExpandoBridgeAttributes, setModelAttributes, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.PasswordTrackerModel
clone, compareTo, getCreateDate, getExpandoBridge, getPassword, getPasswordTrackerId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCreateDate, setExpandoBridgeAttributes, setNew, setPassword, setPasswordTrackerId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

PasswordTrackerImpl

public PasswordTrackerImpl()

Liferay 6.1.2-ce-ga3