com.liferay.portlet.ratings.model
Interface RatingsEntry

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, RatingsEntryModel, java.io.Serializable

public interface RatingsEntry
extends RatingsEntryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.ratings.service.model.impl.RatingsEntryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.ratings.service.model.RatingsEntryModel, com.liferay.portlet.ratings.service.model.impl.RatingsEntryImpl, com.liferay.portlet.ratings.service.model.impl.RatingsEntryModelImpl

Methods inherited from interface com.liferay.portlet.ratings.model.RatingsEntryModel
getClassNameId, getClassPK, getCompanyId, getCreateDate, getEntryId, getModifiedDate, getPrimaryKey, getScore, getUserId, getUserName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEntryId, setModifiedDate, setPrimaryKey, setScore, setUserId, setUserName
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo