|
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<PollsQuestion>
com.liferay.portlet.polls.model.impl.PollsQuestionModelImpl
public class PollsQuestionModelImpl
This interface is a model that represents the PollsQuestion table in the database.
PollsQuestionImpl,
PollsQuestion,
PollsQuestionModel,
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 |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
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 | |
|---|---|
PollsQuestionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(PollsQuestion pollsQuestion)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
String |
getDescription(Locale locale)
|
String |
getDescription(Locale locale,
boolean useDefault)
|
String |
getDescription(String languageId)
|
String |
getDescription(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getDescriptionMap()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
Date |
getExpirationDate()
|
long |
getGroupId()
|
Date |
getLastVoteDate()
|
Date |
getModifiedDate()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getQuestionId()
|
String |
getTitle()
|
String |
getTitle(Locale locale)
|
String |
getTitle(Locale locale,
boolean useDefault)
|
String |
getTitle(String languageId)
|
String |
getTitle(String languageId,
boolean useDefault)
|
Map<Locale,String> |
getTitleMap()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(Locale locale,
String description)
|
void |
setDescription(String description)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setExpirationDate(Date expirationDate)
|
void |
setGroupId(long groupId)
|
void |
setLastVoteDate(Date lastVoteDate)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setQuestionId(long questionId)
|
void |
setTitle(Locale locale,
String title)
|
void |
setTitle(String title)
|
void |
setTitleMap(Map<Locale,String> titleMap)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
PollsQuestion |
toEscapedModel()
|
static PollsQuestion |
toModel(PollsQuestionSoap soapModel)
|
static List<PollsQuestion> |
toModels(PollsQuestionSoap[] 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.polls.model.PollsQuestionModel |
|---|
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 ORDER_BY_JPQL
public static final String ORDER_BY_SQL
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 PollsQuestionModelImpl()
| Method Detail |
|---|
public static PollsQuestion toModel(PollsQuestionSoap soapModel)
public static List<PollsQuestion> toModels(PollsQuestionSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface PollsQuestionModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface PollsQuestionModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<PollsQuestion>getPrimaryKeyObj in interface PollsQuestionModelpublic String getUuid()
getUuid in interface PollsQuestionModelpublic void setUuid(String uuid)
setUuid in interface PollsQuestionModelpublic String getOriginalUuid()
public long getQuestionId()
getQuestionId in interface PollsQuestionModelpublic void setQuestionId(long questionId)
setQuestionId in interface PollsQuestionModelpublic long getGroupId()
getGroupId in interface PollsQuestionModelpublic void setGroupId(long groupId)
setGroupId in interface PollsQuestionModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface PollsQuestionModelpublic void setCompanyId(long companyId)
setCompanyId in interface PollsQuestionModelpublic long getUserId()
getUserId in interface PollsQuestionModelpublic void setUserId(long userId)
setUserId in interface PollsQuestionModel
public String getUserUuid()
throws SystemException
getUserUuid in interface PollsQuestionModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface PollsQuestionModelpublic String getUserName()
getUserName in interface PollsQuestionModelpublic void setUserName(String userName)
setUserName in interface PollsQuestionModelpublic Date getCreateDate()
getCreateDate in interface PollsQuestionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface PollsQuestionModelpublic Date getModifiedDate()
getModifiedDate in interface PollsQuestionModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface PollsQuestionModelpublic String getTitle()
getTitle in interface PollsQuestionModelpublic String getTitle(Locale locale)
getTitle in interface PollsQuestionModel
public String getTitle(Locale locale,
boolean useDefault)
getTitle in interface PollsQuestionModelpublic String getTitle(String languageId)
getTitle in interface PollsQuestionModel
public String getTitle(String languageId,
boolean useDefault)
getTitle in interface PollsQuestionModelpublic Map<Locale,String> getTitleMap()
getTitleMap in interface PollsQuestionModelpublic void setTitle(String title)
setTitle in interface PollsQuestionModel
public void setTitle(Locale locale,
String title)
setTitle in interface PollsQuestionModelpublic void setTitleMap(Map<Locale,String> titleMap)
setTitleMap in interface PollsQuestionModelpublic String getDescription()
getDescription in interface PollsQuestionModelpublic String getDescription(Locale locale)
getDescription in interface PollsQuestionModel
public String getDescription(Locale locale,
boolean useDefault)
getDescription in interface PollsQuestionModelpublic String getDescription(String languageId)
getDescription in interface PollsQuestionModel
public String getDescription(String languageId,
boolean useDefault)
getDescription in interface PollsQuestionModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface PollsQuestionModelpublic void setDescription(String description)
setDescription in interface PollsQuestionModel
public void setDescription(Locale locale,
String description)
setDescription in interface PollsQuestionModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface PollsQuestionModelpublic Date getExpirationDate()
getExpirationDate in interface PollsQuestionModelpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface PollsQuestionModelpublic Date getLastVoteDate()
getLastVoteDate in interface PollsQuestionModelpublic void setLastVoteDate(Date lastVoteDate)
setLastVoteDate in interface PollsQuestionModelpublic PollsQuestion toEscapedModel()
toEscapedModel in interface PollsQuestionModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<PollsQuestion>getExpandoBridge in interface PollsQuestionModelgetExpandoBridge in class BaseModelImpl<PollsQuestion>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<PollsQuestion>setExpandoBridgeAttributes in interface PollsQuestionModelsetExpandoBridgeAttributes in class BaseModelImpl<PollsQuestion>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<PollsQuestion>clone in interface PollsQuestionModelclone in class BaseModelImpl<PollsQuestion>public int compareTo(PollsQuestion pollsQuestion)
compareTo in interface PollsQuestionModelcompareTo in interface Comparable<PollsQuestion>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface PollsQuestionModelhashCode in class Objectpublic String toString()
toString in interface PollsQuestionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<PollsQuestion>toXmlString in interface PollsQuestionModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||