Liferay 6.0.5

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

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

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

Never reference this interface directly. All methods that expect a ratings entry model instance should use the RatingsEntry interface instead.

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.5