|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<RatingsEntry>
com.liferay.portlet.ratings.model.impl.RatingsEntryModelImpl
public class RatingsEntryModelImpl
This interface is a model that represents the RatingsEntry table in the database.
RatingsEntryImpl,
RatingsEntry,
RatingsEntryModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
RatingsEntryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(RatingsEntry ratingsEntry)
|
boolean |
equals(Object obj)
|
String |
getClassName()
|
long |
getClassNameId()
|
long |
getClassPK()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
long |
getEntryId()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getModifiedDate()
|
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalUserId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
double |
getScore()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setClassNameId(long classNameId)
|
void |
setClassPK(long classPK)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEntryId(long entryId)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setScore(double score)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
RatingsEntry |
toEscapedModel()
|
static RatingsEntry |
toModel(RatingsEntrySoap soapModel)
|
static List<RatingsEntry> |
toModels(RatingsEntrySoap[] soapModels)
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.ratings.model.RatingsEntryModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public RatingsEntryModelImpl()
| Method Detail |
|---|
public static RatingsEntry toModel(RatingsEntrySoap soapModel)
public static List<RatingsEntry> toModels(RatingsEntrySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface RatingsEntryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface RatingsEntryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<RatingsEntry>getPrimaryKeyObj in interface RatingsEntryModelpublic long getEntryId()
getEntryId in interface RatingsEntryModelpublic void setEntryId(long entryId)
setEntryId in interface RatingsEntryModelpublic long getCompanyId()
getCompanyId in interface RatingsEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface RatingsEntryModelpublic long getUserId()
getUserId in interface RatingsEntryModelpublic void setUserId(long userId)
setUserId in interface RatingsEntryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface RatingsEntryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface RatingsEntryModelpublic long getOriginalUserId()
public String getUserName()
getUserName in interface RatingsEntryModelpublic void setUserName(String userName)
setUserName in interface RatingsEntryModelpublic Date getCreateDate()
getCreateDate in interface RatingsEntryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface RatingsEntryModelpublic Date getModifiedDate()
getModifiedDate in interface RatingsEntryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface RatingsEntryModelpublic String getClassName()
getClassName in interface RatingsEntryModelpublic long getClassNameId()
getClassNameId in interface RatingsEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface RatingsEntryModelpublic long getOriginalClassNameId()
public long getClassPK()
getClassPK in interface RatingsEntryModelpublic void setClassPK(long classPK)
setClassPK in interface RatingsEntryModelpublic long getOriginalClassPK()
public double getScore()
getScore in interface RatingsEntryModelpublic void setScore(double score)
setScore in interface RatingsEntryModelpublic RatingsEntry toEscapedModel()
toEscapedModel in interface RatingsEntryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<RatingsEntry>getExpandoBridge in interface RatingsEntryModelgetExpandoBridge in class BaseModelImpl<RatingsEntry>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<RatingsEntry>setExpandoBridgeAttributes in interface RatingsEntryModelsetExpandoBridgeAttributes in class BaseModelImpl<RatingsEntry>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<RatingsEntry>clone in interface RatingsEntryModelclone in class BaseModelImpl<RatingsEntry>public int compareTo(RatingsEntry ratingsEntry)
compareTo in interface RatingsEntryModelcompareTo in interface Comparable<RatingsEntry>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface RatingsEntryModelhashCode in class Objectpublic String toString()
toString in interface RatingsEntryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<RatingsEntry>toXmlString in interface RatingsEntryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||