|
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<MBBan>
com.liferay.portlet.messageboards.model.impl.MBBanModelImpl
public class MBBanModelImpl
This interface is a model that represents the MBBan table in the database.
MBBanImpl,
MBBan,
MBBanModel,
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 | |
|---|---|
MBBanModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBBan mbBan)
|
boolean |
equals(Object obj)
|
long |
getBanId()
|
long |
getBanUserId()
|
String |
getBanUserUuid()
|
long |
getCompanyId()
|
Date |
getCreateDate()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
|
Date |
getModifiedDate()
|
long |
getOriginalBanUserId()
|
long |
getOriginalGroupId()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
int |
hashCode()
|
void |
setBanId(long banId)
|
void |
setBanUserId(long banUserId)
|
void |
setBanUserUuid(String banUserUuid)
|
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
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 |
setModifiedDate(Date modifiedDate)
|
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
MBBan |
toEscapedModel()
|
static MBBan |
toModel(MBBanSoap soapModel)
|
static List<MBBan> |
toModels(MBBanSoap[] 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.MBBanModel |
|---|
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 MBBanModelImpl()
| Method Detail |
|---|
public static MBBan toModel(MBBanSoap soapModel)
public static List<MBBan> toModels(MBBanSoap[] soapModels)
public long getPrimaryKey()
getPrimaryKey in interface MBBanModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface MBBanModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBBan>getPrimaryKeyObj in interface MBBanModelpublic long getBanId()
getBanId in interface MBBanModelpublic void setBanId(long banId)
setBanId in interface MBBanModelpublic long getGroupId()
getGroupId in interface MBBanModelpublic void setGroupId(long groupId)
setGroupId in interface MBBanModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface MBBanModelpublic void setCompanyId(long companyId)
setCompanyId in interface MBBanModelpublic long getUserId()
getUserId in interface MBBanModelpublic void setUserId(long userId)
setUserId in interface MBBanModel
public String getUserUuid()
throws SystemException
getUserUuid in interface MBBanModelSystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface MBBanModelpublic String getUserName()
getUserName in interface MBBanModelpublic void setUserName(String userName)
setUserName in interface MBBanModelpublic Date getCreateDate()
getCreateDate in interface MBBanModelpublic void setCreateDate(Date createDate)
setCreateDate in interface MBBanModelpublic Date getModifiedDate()
getModifiedDate in interface MBBanModelpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface MBBanModelpublic long getBanUserId()
getBanUserId in interface MBBanModelpublic void setBanUserId(long banUserId)
setBanUserId in interface MBBanModel
public String getBanUserUuid()
throws SystemException
getBanUserUuid in interface MBBanModelSystemExceptionpublic void setBanUserUuid(String banUserUuid)
setBanUserUuid in interface MBBanModelpublic long getOriginalBanUserId()
public MBBan toEscapedModel()
toEscapedModel in interface MBBanModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBBan>getExpandoBridge in interface MBBanModelgetExpandoBridge in class BaseModelImpl<MBBan>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBBan>setExpandoBridgeAttributes in interface MBBanModelsetExpandoBridgeAttributes in class BaseModelImpl<MBBan>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBBan>clone in interface MBBanModelclone in class BaseModelImpl<MBBan>public int compareTo(MBBan mbBan)
compareTo in interface MBBanModelcompareTo in interface Comparable<MBBan>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBBanModelhashCode in class Objectpublic String toString()
toString in interface MBBanModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBBan>toXmlString in interface MBBanModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||