Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface BrowserTracker

All Superinterfaces:
BaseModel<BrowserTracker>, BrowserTrackerModel, ClassedModel, Cloneable, Comparable<BrowserTracker>, PersistedModel, Serializable
All Known Implementing Classes:
BrowserTrackerBaseImpl, BrowserTrackerImpl, BrowserTrackerWrapper

public interface BrowserTracker
extends BrowserTrackerModel, PersistedModel

The extended model interface for the BrowserTracker service. Represents a row in the "BrowserTracker" database table, with each column mapped to a property of this class.

See Also:
BrowserTrackerModel, BrowserTrackerImpl, BrowserTrackerModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.BrowserTrackerModel
clone, compareTo, getBrowserKey, getBrowserTrackerId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setBrowserKey, setBrowserTrackerId, setCachedModel, setExpandoBridgeAttributes, setNew, 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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3