Liferay 6.1.2-ce-ga3

com.liferay.portlet.ratings.model
Class RatingsStatsWrapper

java.lang.Object
  extended by com.liferay.portlet.ratings.model.RatingsStatsWrapper
All Implemented Interfaces:
AttachedModel, BaseModel<RatingsStats>, ClassedModel, ModelWrapper<RatingsStats>, PersistedModel, RatingsStats, RatingsStatsModel, Serializable, Cloneable, Comparable<RatingsStats>

public class RatingsStatsWrapper
extends Object
implements RatingsStats, ModelWrapper<RatingsStats>

This class is a wrapper for RatingsStats.

See Also:
RatingsStats, Serialized Form

Constructor Summary
RatingsStatsWrapper(RatingsStats ratingsStats)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(RatingsStats ratingsStats)
           
 boolean equals(Object obj)
           
 double getAverageScore()
          Returns the average score of this ratings stats.
 String getClassName()
          Returns the fully qualified class name of this ratings stats.
 long getClassNameId()
          Returns the class name ID of this ratings stats.
 long getClassPK()
          Returns the class p k of this ratings stats.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getPrimaryKey()
          Returns the primary key of this ratings stats.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getStatsId()
          Returns the stats ID of this ratings stats.
 int getTotalEntries()
          Returns the total entries of this ratings stats.
 double getTotalScore()
          Returns the total score of this ratings stats.
 RatingsStats getWrappedModel()
           
 RatingsStats getWrappedRatingsStats()
          Deprecated. Renamed to getWrappedModel()
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setAverageScore(double averageScore)
          Sets the average score of this ratings stats.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this ratings stats.
 void setClassPK(long classPK)
          Sets the class p k of this ratings stats.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this ratings stats.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setStatsId(long statsId)
          Sets the stats ID of this ratings stats.
 void setTotalEntries(int totalEntries)
          Sets the total entries of this ratings stats.
 void setTotalScore(double totalScore)
          Sets the total score of this ratings stats.
 CacheModel<RatingsStats> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 RatingsStats toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 RatingsStats toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RatingsStatsWrapper

public RatingsStatsWrapper(RatingsStats ratingsStats)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<RatingsStats>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<RatingsStats>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this ratings stats.

Specified by:
getPrimaryKey in interface RatingsStatsModel
Returns:
the primary key of this ratings stats

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this ratings stats.

Specified by:
setPrimaryKey in interface RatingsStatsModel
Parameters:
primaryKey - the primary key of this ratings stats

getStatsId

public long getStatsId()
Returns the stats ID of this ratings stats.

Specified by:
getStatsId in interface RatingsStatsModel
Returns:
the stats ID of this ratings stats

setStatsId

public void setStatsId(long statsId)
Sets the stats ID of this ratings stats.

Specified by:
setStatsId in interface RatingsStatsModel
Parameters:
statsId - the stats ID of this ratings stats

getClassName

public String getClassName()
Returns the fully qualified class name of this ratings stats.

Specified by:
getClassName in interface AttachedModel
Specified by:
getClassName in interface RatingsStatsModel
Returns:
the fully qualified class name of this ratings stats

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface RatingsStatsModel

getClassNameId

public long getClassNameId()
Returns the class name ID of this ratings stats.

Specified by:
getClassNameId in interface AttachedModel
Specified by:
getClassNameId in interface RatingsStatsModel
Returns:
the class name ID of this ratings stats

setClassNameId

public void setClassNameId(long classNameId)
Sets the class name ID of this ratings stats.

Specified by:
setClassNameId in interface AttachedModel
Specified by:
setClassNameId in interface RatingsStatsModel
Parameters:
classNameId - the class name ID of this ratings stats

getClassPK

public long getClassPK()
Returns the class p k of this ratings stats.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface RatingsStatsModel
Returns:
the class p k of this ratings stats

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this ratings stats.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface RatingsStatsModel
Parameters:
classPK - the class p k of this ratings stats

getTotalEntries

public int getTotalEntries()
Returns the total entries of this ratings stats.

Specified by:
getTotalEntries in interface RatingsStatsModel
Returns:
the total entries of this ratings stats

setTotalEntries

public void setTotalEntries(int totalEntries)
Sets the total entries of this ratings stats.

Specified by:
setTotalEntries in interface RatingsStatsModel
Parameters:
totalEntries - the total entries of this ratings stats

getTotalScore

public double getTotalScore()
Returns the total score of this ratings stats.

Specified by:
getTotalScore in interface RatingsStatsModel
Returns:
the total score of this ratings stats

setTotalScore

public void setTotalScore(double totalScore)
Sets the total score of this ratings stats.

Specified by:
setTotalScore in interface RatingsStatsModel
Parameters:
totalScore - the total score of this ratings stats

getAverageScore

public double getAverageScore()
Returns the average score of this ratings stats.

Specified by:
getAverageScore in interface RatingsStatsModel
Returns:
the average score of this ratings stats

setAverageScore

public void setAverageScore(double averageScore)
Sets the average score of this ratings stats.

Specified by:
setAverageScore in interface RatingsStatsModel
Parameters:
averageScore - the average score of this ratings stats

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<RatingsStats>
Specified by:
isNew in interface RatingsStatsModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<RatingsStats>
Specified by:
setNew in interface RatingsStatsModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<RatingsStats>
Specified by:
isCachedModel in interface RatingsStatsModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<RatingsStats>
Specified by:
setCachedModel in interface RatingsStatsModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<RatingsStats>
Specified by:
isEscapedModel in interface RatingsStatsModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<RatingsStats>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface RatingsStatsModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<RatingsStats>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface RatingsStatsModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<RatingsStats>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface RatingsStatsModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<RatingsStats>
Specified by:
setExpandoBridgeAttributes in interface RatingsStatsModel
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<RatingsStats>
Specified by:
clone in interface RatingsStatsModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(RatingsStats ratingsStats)
Specified by:
compareTo in interface RatingsStatsModel
Specified by:
compareTo in interface Comparable<RatingsStats>

hashCode

public int hashCode()
Specified by:
hashCode in interface RatingsStatsModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<RatingsStats> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<RatingsStats>
Specified by:
toCacheModel in interface RatingsStatsModel
Returns:
the cache model object

toEscapedModel

public RatingsStats toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<RatingsStats>
Specified by:
toEscapedModel in interface RatingsStatsModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public RatingsStats toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<RatingsStats>
Specified by:
toUnescapedModel in interface RatingsStatsModel

toString

public String toString()
Specified by:
toString in interface RatingsStatsModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<RatingsStats>
Specified by:
toXmlString in interface RatingsStatsModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedRatingsStats

public RatingsStats getWrappedRatingsStats()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

public RatingsStats getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<RatingsStats>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<RatingsStats>

Liferay 6.1.2-ce-ga3