@ProviderType public class MBBanWrapper extends java.lang.Object implements MBBan, com.liferay.portal.kernel.model.ModelWrapper<MBBan>
This class is a wrapper for MBBan
.
MBBan
,
Serialized FormBAN_ID_ACCESSOR
Constructor and Description |
---|
MBBanWrapper(MBBan mbBan) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MBBan mbBan) |
boolean |
equals(java.lang.Object obj) |
long |
getBanId()
Returns the ban ID of this message boards ban.
|
long |
getBanUserId()
Returns the ban user ID of this message boards ban.
|
java.lang.String |
getBanUserUuid()
Returns the ban user uuid of this message boards ban.
|
long |
getCompanyId()
Returns the company ID of this message boards ban.
|
java.util.Date |
getCreateDate()
Returns the create date of this message boards ban.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this message boards ban.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this message boards ban.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this message boards ban.
|
long |
getPrimaryKey()
Returns the primary key of this message boards ban.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this message boards ban.
|
java.lang.String |
getUserName()
Returns the user name of this message boards ban.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this message boards ban.
|
java.lang.String |
getUuid()
Returns the uuid of this message boards ban.
|
MBBan |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setBanId(long banId)
Sets the ban ID of this message boards ban.
|
void |
setBanUserId(long banUserId)
Sets the ban user ID of this message boards ban.
|
void |
setBanUserUuid(java.lang.String banUserUuid)
Sets the ban user uuid of this message boards ban.
|
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this message boards ban.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this message boards ban.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this message boards ban.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this message boards ban.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this message boards ban.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards ban.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this message boards ban.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this message boards ban.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this message boards ban.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this message boards ban.
|
com.liferay.portal.kernel.model.CacheModel<MBBan> |
toCacheModel() |
MBBan |
toEscapedModel() |
java.lang.String |
toString() |
MBBan |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public MBBanWrapper(MBBan mbBan)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public java.lang.Object clone()
clone
in interface MBBanModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class java.lang.Object
public int compareTo(MBBan mbBan)
compareTo
in interface MBBanModel
compareTo
in interface java.lang.Comparable<MBBan>
public long getBanId()
getBanId
in interface MBBanModel
public long getBanUserId()
getBanUserId
in interface MBBanModel
public java.lang.String getBanUserUuid()
getBanUserUuid
in interface MBBanModel
public long getCompanyId()
getCompanyId
in interface MBBanModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface MBBanModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface MBBanModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public long getGroupId()
getGroupId
in interface MBBanModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public java.util.Date getLastPublishDate()
getLastPublishDate
in interface MBBanModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface MBBanModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getPrimaryKey()
getPrimaryKey
in interface MBBanModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface MBBanModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public long getUserId()
getUserId
in interface MBBanModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface MBBanModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface MBBanModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface MBBanModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public int hashCode()
hashCode
in interface MBBanModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface MBBanModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public boolean isEscapedModel()
isEscapedModel
in interface MBBanModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public boolean isNew()
isNew
in interface MBBanModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setBanId(long banId)
setBanId
in interface MBBanModel
banId
- the ban ID of this message boards banpublic void setBanUserId(long banUserId)
setBanUserId
in interface MBBanModel
banUserId
- the ban user ID of this message boards banpublic void setBanUserUuid(java.lang.String banUserUuid)
setBanUserUuid
in interface MBBanModel
banUserUuid
- the ban user uuid of this message boards banpublic void setCachedModel(boolean cachedModel)
setCachedModel
in interface MBBanModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setCompanyId(long companyId)
setCompanyId
in interface MBBanModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this message boards banpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface MBBanModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this message boards banpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface MBBanModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface MBBanModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface MBBanModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setGroupId(long groupId)
setGroupId
in interface MBBanModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this message boards banpublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate
in interface MBBanModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this message boards banpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface MBBanModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this message boards banpublic void setNew(boolean n)
setNew
in interface MBBanModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MBBanModel
primaryKey
- the primary key of this message boards banpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface MBBanModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setUserId(long userId)
setUserId
in interface MBBanModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this message boards banpublic void setUserName(java.lang.String userName)
setUserName
in interface MBBanModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this message boards banpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MBBanModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this message boards banpublic void setUuid(java.lang.String uuid)
setUuid
in interface MBBanModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this message boards banpublic com.liferay.portal.kernel.model.CacheModel<MBBan> toCacheModel()
toCacheModel
in interface MBBanModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public MBBan toEscapedModel()
toEscapedModel
in interface MBBanModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public java.lang.String toString()
toString
in interface MBBanModel
toString
in class java.lang.Object
public MBBan toUnescapedModel()
toUnescapedModel
in interface MBBanModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public java.lang.String toXmlString()
toXmlString
in interface MBBanModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public MBBan getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<MBBan>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<MBBan>