com.liferay.portlet.ratings.model
Interface RatingsEntryModel

All Superinterfaces:
BaseModel<RatingsEntry>, java.lang.Cloneable, java.lang.Comparable<RatingsEntry>, java.io.Serializable
All Known Subinterfaces:
RatingsEntry
All Known Implementing Classes:
RatingsEntryWrapper

public interface RatingsEntryModel
extends BaseModel<RatingsEntry>

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.

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

Method Summary
 java.lang.Object clone()
           
 int compareTo(RatingsEntry ratingsEntry)
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getEntryId()
           
 ExpandoBridge getExpandoBridge()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 double getScore()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEntryId(long entryId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setScore(double score)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 RatingsEntry toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getEntryId

long getEntryId()

setEntryId

void setEntryId(long entryId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getUserId

long getUserId()

setUserId

void setUserId(long userId)

getUserUuid

java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setUserUuid

void setUserUuid(java.lang.String userUuid)

getUserName

@AutoEscape
java.lang.String getUserName()

setUserName

void setUserName(java.lang.String userName)

getCreateDate

java.util.Date getCreateDate()

setCreateDate

void setCreateDate(java.util.Date createDate)

getModifiedDate

java.util.Date getModifiedDate()

setModifiedDate

void setModifiedDate(java.util.Date modifiedDate)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

getScore

double getScore()

setScore

void setScore(double score)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<RatingsEntry>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<RatingsEntry>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<RatingsEntry>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<RatingsEntry>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<RatingsEntry>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<RatingsEntry>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<RatingsEntry>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<RatingsEntry>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<RatingsEntry>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<RatingsEntry>

compareTo

int compareTo(RatingsEntry ratingsEntry)
Specified by:
compareTo in interface java.lang.Comparable<RatingsEntry>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

RatingsEntry toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<RatingsEntry>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<RatingsEntry>