Liferay 6.0.3

com.liferay.portlet.ratings.model
Interface RatingsEntry

All Superinterfaces:
BaseModel<RatingsEntry>, Cloneable, Comparable<RatingsEntry>, RatingsEntryModel, Serializable
All Known Implementing Classes:
RatingsEntryImpl, RatingsEntryWrapper

public interface RatingsEntry
extends RatingsEntryModel

This interface is a model that represents the RatingsEntry table in the database.

Customize RatingsEntryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
RatingsEntryModel, RatingsEntryImpl, RatingsEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.ratings.model.RatingsEntryModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getScore, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setScore, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3