com.liferay.portal.model.impl
Class UserTrackerModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
com.liferay.portal.model.impl.UserTrackerModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.UserTrackerModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portal.model.UserTracker>
- Direct Known Subclasses:
- UserTrackerBaseImpl
public class UserTrackerModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
- implements com.liferay.portal.model.UserTrackerModel
The base model implementation for the UserTracker service. Represents a row in the "UserTracker" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface UserTrackerModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserTrackerImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
UserTrackerImpl,
UserTracker,
UserTrackerModel,
Serialized Form- Generated:
| 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.UserTrackerModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
COMPANYID_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
SESSIONID_COLUMN_BITMASK
public static long SESSIONID_COLUMN_BITMASK
USERID_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
UserTrackerModelImpl
public UserTrackerModelImpl()
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portal.model.UserTrackerModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portal.model.UserTrackerModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.UserTrackerModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.UserTrackerModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getUserTrackerId
public long getUserTrackerId()
- Specified by:
getUserTrackerId in interface com.liferay.portal.model.UserTrackerModel
setUserTrackerId
public void setUserTrackerId(long userTrackerId)
- Specified by:
setUserTrackerId in interface com.liferay.portal.model.UserTrackerModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.portal.model.UserTrackerModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.portal.model.UserTrackerModel
getOriginalCompanyId
public long getOriginalCompanyId()
getUserId
public long getUserId()
- Specified by:
getUserId in interface com.liferay.portal.model.UserTrackerModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface com.liferay.portal.model.UserTrackerModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface com.liferay.portal.model.UserTrackerModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface com.liferay.portal.model.UserTrackerModel
getOriginalUserId
public long getOriginalUserId()
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.portal.model.UserTrackerModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.portal.model.UserTrackerModel
getSessionId
public java.lang.String getSessionId()
- Specified by:
getSessionId in interface com.liferay.portal.model.UserTrackerModel
setSessionId
public void setSessionId(java.lang.String sessionId)
- Specified by:
setSessionId in interface com.liferay.portal.model.UserTrackerModel
getOriginalSessionId
public java.lang.String getOriginalSessionId()
getRemoteAddr
public java.lang.String getRemoteAddr()
- Specified by:
getRemoteAddr in interface com.liferay.portal.model.UserTrackerModel
setRemoteAddr
public void setRemoteAddr(java.lang.String remoteAddr)
- Specified by:
setRemoteAddr in interface com.liferay.portal.model.UserTrackerModel
getRemoteHost
public java.lang.String getRemoteHost()
- Specified by:
getRemoteHost in interface com.liferay.portal.model.UserTrackerModel
setRemoteHost
public void setRemoteHost(java.lang.String remoteHost)
- Specified by:
setRemoteHost in interface com.liferay.portal.model.UserTrackerModel
getUserAgent
public java.lang.String getUserAgent()
- Specified by:
getUserAgent in interface com.liferay.portal.model.UserTrackerModel
setUserAgent
public void setUserAgent(java.lang.String userAgent)
- Specified by:
setUserAgent in interface com.liferay.portal.model.UserTrackerModel
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portal.model.UserTracker toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
toEscapedModel in interface com.liferay.portal.model.UserTrackerModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portal.model.UserTrackerModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.UserTrackerModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
clone in interface com.liferay.portal.model.UserTrackerModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
compareTo
public int compareTo(com.liferay.portal.model.UserTracker userTracker)
- Specified by:
compareTo in interface com.liferay.portal.model.UserTrackerModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.UserTracker>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portal.model.UserTrackerModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserTracker> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
toCacheModel in interface com.liferay.portal.model.UserTrackerModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserTracker>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portal.model.UserTrackerModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserTracker>- Specified by:
toXmlString in interface com.liferay.portal.model.UserTrackerModel