|
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<MBCategory>
com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
public class MBCategoryModelImpl
This interface is a model that represents the MBCategory table in the database.
MBCategoryImpl,
MBCategory,
MBCategoryModel,
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 | |
|---|---|
MBCategoryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBCategory mbCategory)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getLastPostDate()
|
int |
getMessageCount()
|
Date |
getModifiedDate()
|
String |
getName()
|
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getParentCategoryId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
int |
getThreadCount()
|
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
String |
getUuid()
|
int |
hashCode()
|
void |
setCategoryId(long categoryId)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setDescription(String description)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
|
void |
setLastPostDate(Date lastPostDate)
|
void |
setMessageCount(int messageCount)
|
void |
setModifiedDate(Date modifiedDate)
|
void |
setName(String name)
|
void |
setParentCategoryId(long parentCategoryId)
|
void |
setPrimaryKey(long pk)
|
void |
setThreadCount(int threadCount)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
void |
setUuid(String uuid)
|
MBCategory |
toEscapedModel()
|
static MBCategory |
toModel(MBCategorySoap soapModel)
|
static List<MBCategory> |
toModels(MBCategorySoap[] 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.messageboards.model.MBCategoryModel |
|---|
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 MBCategoryModelImpl()
| Method Detail |
|---|
public static MBCategory toModel(MBCategorySoap soapModel)
public static List<MBCategory> toModels(MBCategorySoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface MBCategoryModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MBCategoryModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBCategory>getPrimaryKeyObj in interface MBCategoryModelpublic String getUuid()
getUuid in interface MBCategoryModelpublic void setUuid(String uuid)
setUuid in interface MBCategoryModelpublic String getOriginalUuid()
public long getCategoryId()
getCategoryId in interface MBCategoryModelpublic void setCategoryId(long categoryId)
setCategoryId in interface MBCategoryModelpublic long getGroupId()
getGroupId in interface MBCategoryModelpublic void setGroupId(long groupId)
setGroupId in interface MBCategoryModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface MBCategoryModelpublic void setCompanyId(long companyId)
setCompanyId in interface MBCategoryModelpublic long getUserId()
getUserId in interface MBCategoryModelpublic void setUserId(long userId)
setUserId in interface MBCategoryModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MBCategoryModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MBCategoryModelpublic String getUserName()
getUserName in interface MBCategoryModelpublic void setUserName(String userName)
setUserName in interface MBCategoryModelpublic Date getCreateDate()
getCreateDate in interface MBCategoryModelpublic void setCreateDate(Date createDate)
setCreateDate in interface MBCategoryModelpublic Date getModifiedDate()
getModifiedDate in interface MBCategoryModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface MBCategoryModelpublic long getParentCategoryId()
getParentCategoryId in interface MBCategoryModelpublic void setParentCategoryId(long parentCategoryId)
setParentCategoryId in interface MBCategoryModelpublic String getName()
getName in interface MBCategoryModelpublic void setName(String name)
setName in interface MBCategoryModelpublic String getDescription()
getDescription in interface MBCategoryModelpublic void setDescription(String description)
setDescription in interface MBCategoryModelpublic int getThreadCount()
getThreadCount in interface MBCategoryModelpublic void setThreadCount(int threadCount)
setThreadCount in interface MBCategoryModelpublic int getMessageCount()
getMessageCount in interface MBCategoryModelpublic void setMessageCount(int messageCount)
setMessageCount in interface MBCategoryModelpublic Date getLastPostDate()
getLastPostDate in interface MBCategoryModelpublic void setLastPostDate(Date lastPostDate)
setLastPostDate in interface MBCategoryModelpublic MBCategory toEscapedModel()
toEscapedModel in interface MBCategoryModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBCategory>getExpandoBridge in interface MBCategoryModelgetExpandoBridge in class BaseModelImpl<MBCategory>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBCategory>setExpandoBridgeAttributes in interface MBCategoryModelsetExpandoBridgeAttributes in class BaseModelImpl<MBCategory>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBCategory>clone in interface MBCategoryModelclone in class BaseModelImpl<MBCategory>public int compareTo(MBCategory mbCategory)
compareTo in interface MBCategoryModelcompareTo in interface Comparable<MBCategory>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBCategoryModelhashCode in class Objectpublic String toString()
toString in interface MBCategoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBCategory>toXmlString in interface MBCategoryModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||