Liferay 6.0.5

com.liferay.portal.model
Interface BrowserTracker

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

public interface BrowserTracker
extends BrowserTrackerModel

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

Never modify this interface directly. Add methods to BrowserTrackerImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a browser tracker model instance should use the BrowserTracker interface instead.

See Also:
BrowserTrackerModel, BrowserTrackerImpl, BrowserTrackerModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setNew, setPrimaryKey, setUserId, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5