|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.messageboards.model.MBBanWrapper
public class MBBanWrapper
This class is a wrapper for MBBan.
MBBan,
Serialized Form| Constructor Summary | |
|---|---|
MBBanWrapper(MBBan mbBan)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBBan mbBan)
|
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 |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
long |
getUserId()
|
String |
getUserName()
|
String |
getUserUuid()
|
MBBan |
getWrappedMBBan()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance has been wrapped with an HTML auto escape handler. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
void |
setBanId(long banId)
|
void |
setBanUserId(long banUserId)
|
void |
setBanUserUuid(String banUserUuid)
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
|
void |
setCreateDate(Date createDate)
|
void |
setEscapedModel(boolean escapedModel)
Sets whether this model instance has been wrapped with an HTML auto escape handler. |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrimaryKey(long pk)
|
void |
setUserId(long userId)
|
void |
setUserName(String userName)
|
void |
setUserUuid(String userUuid)
|
MBBan |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MBBanWrapper(MBBan mbBan)
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface MBBanModelpublic void setPrimaryKey(long pk)
setPrimaryKey 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 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 MBBan toEscapedModel()
toEscapedModel in interface MBBanModelpublic boolean isNew()
BaseModel
isNew in interface BaseModel<MBBan>isNew in interface MBBanModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<MBBan>setNew in interface MBBanModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<MBBan>isCachedModel in interface MBBanModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<MBBan>setCachedModel in interface MBBanModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<MBBan>isEscapedModel in interface MBBanModeltrue if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<MBBan>setEscapedModel in interface MBBanModelescapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBBan>getPrimaryKeyObj in interface MBBanModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBBan>getExpandoBridge in interface MBBanModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBBan>setExpandoBridgeAttributes in interface MBBanModelserviceContext - 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 Objectpublic int compareTo(MBBan mbBan)
compareTo in interface MBBanModelcompareTo in interface Comparable<MBBan>public 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 MBBanModelpublic MBBan getWrappedMBBan()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||