com.liferay.portlet.ratings.model
Class RatingsEntryWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.model.RatingsEntryWrapper
All Implemented Interfaces:
BaseModel<RatingsEntry>, RatingsEntry, RatingsEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<RatingsEntry>

public class RatingsEntryWrapper
extends java.lang.Object
implements RatingsEntry

View Source

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

This class is a wrapper for RatingsEntry.

Author:
Brian Wing Shun Chan
See Also:
RatingsEntry, Serialized Form
Generated:

Constructor Summary
RatingsEntryWrapper(RatingsEntry ratingsEntry)
           
 
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()
           
 RatingsEntry getWrappedRatingsEntry()
           
 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()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RatingsEntryWrapper

public RatingsEntryWrapper(RatingsEntry ratingsEntry)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface RatingsEntryModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface RatingsEntryModel

getEntryId

public long getEntryId()
Specified by:
getEntryId in interface RatingsEntryModel

setEntryId

public void setEntryId(long entryId)
Specified by:
setEntryId in interface RatingsEntryModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface RatingsEntryModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface RatingsEntryModel

getUserId

public long getUserId()
Specified by:
getUserId in interface RatingsEntryModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface RatingsEntryModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface RatingsEntryModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface RatingsEntryModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface RatingsEntryModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface RatingsEntryModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface RatingsEntryModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface RatingsEntryModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface RatingsEntryModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface RatingsEntryModel

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface RatingsEntryModel

getClassNameId

public long getClassNameId()
Specified by:
getClassNameId in interface RatingsEntryModel

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface RatingsEntryModel

getClassPK

public long getClassPK()
Specified by:
getClassPK in interface RatingsEntryModel

setClassPK

public void setClassPK(long classPK)
Specified by:
setClassPK in interface RatingsEntryModel

getScore

public double getScore()
Specified by:
getScore in interface RatingsEntryModel

setScore

public void setScore(double score)
Specified by:
setScore in interface RatingsEntryModel

toEscapedModel

public RatingsEntry toEscapedModel()
Specified by:
toEscapedModel in interface RatingsEntryModel

isNew

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

setNew

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

isCachedModel

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

setCachedModel

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

isEscapedModel

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

setEscapedModel

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

getPrimaryKeyObj

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

getExpandoBridge

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

setExpandoBridgeAttributes

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

clone

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

compareTo

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

hashCode

public int hashCode()
Specified by:
hashCode in interface RatingsEntryModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface RatingsEntryModel
Overrides:
toString in class java.lang.Object

toXmlString

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

getWrappedRatingsEntry

public RatingsEntry getWrappedRatingsEntry()