Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBBanWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBBanWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<MBBan>, ClassedModel, GroupedModel, ModelWrapper<MBBan>, PersistedModel, MBBan, MBBanModel, Serializable, Cloneable, Comparable<MBBan>

public class MBBanWrapper
extends Object
implements MBBan, ModelWrapper<MBBan>

This class is a wrapper for MBBan.

See Also:
MBBan, Serialized Form

Constructor Summary
MBBanWrapper(MBBan mbBan)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBBan mbBan)
           
 boolean equals(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.
 String getBanUserUuid()
          Returns the ban user uuid of this message boards ban.
 long getCompanyId()
          Returns the company ID of this message boards ban.
 Date getCreateDate()
          Returns the create date of this message boards ban.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this message boards ban.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this message boards ban.
 long getPrimaryKey()
          Returns the primary key of this message boards ban.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 long getUserId()
          Returns the user ID of this message boards ban.
 String getUserName()
          Returns the user name of this message boards ban.
 String getUserUuid()
          Returns the user uuid of this message boards ban.
 MBBan getWrappedMBBan()
          Deprecated. Renamed to getWrappedModel()
 MBBan getWrappedModel()
           
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 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(String banUserUuid)
          Sets the ban user uuid of this message boards ban.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCompanyId(long companyId)
          Sets the company ID of this message boards ban.
 void setCreateDate(Date createDate)
          Sets the create date of this message boards ban.
 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)
          Sets the group ID of this message boards ban.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this message boards ban.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this message boards ban.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setUserId(long userId)
          Sets the user ID of this message boards ban.
 void setUserName(String userName)
          Sets the user name of this message boards ban.
 void setUserUuid(String userUuid)
          Sets the user uuid of this message boards ban.
 CacheModel<MBBan> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 MBBan toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 MBBan toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MBBanWrapper

public MBBanWrapper(MBBan mbBan)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<MBBan>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<MBBan>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this message boards ban.

Specified by:
getPrimaryKey in interface MBBanModel
Returns:
the primary key of this message boards ban

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this message boards ban.

Specified by:
setPrimaryKey in interface MBBanModel
Parameters:
primaryKey - the primary key of this message boards ban

getBanId

public long getBanId()
Returns the ban ID of this message boards ban.

Specified by:
getBanId in interface MBBanModel
Returns:
the ban ID of this message boards ban

setBanId

public void setBanId(long banId)
Sets the ban ID of this message boards ban.

Specified by:
setBanId in interface MBBanModel
Parameters:
banId - the ban ID of this message boards ban

getGroupId

public long getGroupId()
Returns the group ID of this message boards ban.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface MBBanModel
Returns:
the group ID of this message boards ban

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this message boards ban.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface MBBanModel
Parameters:
groupId - the group ID of this message boards ban

getCompanyId

public long getCompanyId()
Returns the company ID of this message boards ban.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface MBBanModel
Returns:
the company ID of this message boards ban

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this message boards ban.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface MBBanModel
Parameters:
companyId - the company ID of this message boards ban

getUserId

public long getUserId()
Returns the user ID of this message boards ban.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface MBBanModel
Returns:
the user ID of this message boards ban

setUserId

public void setUserId(long userId)
Sets the user ID of this message boards ban.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface MBBanModel
Parameters:
userId - the user ID of this message boards ban

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this message boards ban.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface MBBanModel
Returns:
the user uuid of this message boards ban
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this message boards ban.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface MBBanModel
Parameters:
userUuid - the user uuid of this message boards ban

getUserName

public String getUserName()
Returns the user name of this message boards ban.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface MBBanModel
Returns:
the user name of this message boards ban

setUserName

public void setUserName(String userName)
Sets the user name of this message boards ban.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface MBBanModel
Parameters:
userName - the user name of this message boards ban

getCreateDate

public Date getCreateDate()
Returns the create date of this message boards ban.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface MBBanModel
Returns:
the create date of this message boards ban

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this message boards ban.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface MBBanModel
Parameters:
createDate - the create date of this message boards ban

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this message boards ban.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface MBBanModel
Returns:
the modified date of this message boards ban

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards ban.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface MBBanModel
Parameters:
modifiedDate - the modified date of this message boards ban

getBanUserId

public long getBanUserId()
Returns the ban user ID of this message boards ban.

Specified by:
getBanUserId in interface MBBanModel
Returns:
the ban user ID of this message boards ban

setBanUserId

public void setBanUserId(long banUserId)
Sets the ban user ID of this message boards ban.

Specified by:
setBanUserId in interface MBBanModel
Parameters:
banUserId - the ban user ID of this message boards ban

getBanUserUuid

public String getBanUserUuid()
                      throws SystemException
Returns the ban user uuid of this message boards ban.

Specified by:
getBanUserUuid in interface MBBanModel
Returns:
the ban user uuid of this message boards ban
Throws:
SystemException - if a system exception occurred

setBanUserUuid

public void setBanUserUuid(String banUserUuid)
Sets the ban user uuid of this message boards ban.

Specified by:
setBanUserUuid in interface MBBanModel
Parameters:
banUserUuid - the ban user uuid of this message boards ban

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<MBBan>
Specified by:
isNew in interface MBBanModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<MBBan>
Specified by:
setNew in interface MBBanModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<MBBan>
Specified by:
isCachedModel in interface MBBanModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<MBBan>
Specified by:
setCachedModel in interface MBBanModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<MBBan>
Specified by:
isEscapedModel in interface MBBanModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<MBBan>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface MBBanModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<MBBan>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface MBBanModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<MBBan>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface MBBanModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBBan>
Specified by:
setExpandoBridgeAttributes in interface MBBanModel
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<MBBan>
Specified by:
clone in interface MBBanModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(MBBan mbBan)
Specified by:
compareTo in interface MBBanModel
Specified by:
compareTo in interface Comparable<MBBan>

hashCode

public int hashCode()
Specified by:
hashCode in interface MBBanModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<MBBan> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<MBBan>
Specified by:
toCacheModel in interface MBBanModel
Returns:
the cache model object

toEscapedModel

public MBBan toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<MBBan>
Specified by:
toEscapedModel in interface MBBanModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public MBBan toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<MBBan>
Specified by:
toUnescapedModel in interface MBBanModel

toString

public String toString()
Specified by:
toString in interface MBBanModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<MBBan>
Specified by:
toXmlString in interface MBBanModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedMBBan

public MBBan getWrappedMBBan()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

public MBBan getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<MBBan>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<MBBan>

Liferay 6.1.2-ce-ga3