Liferay 6.0.5

com.liferay.portlet.messageboards.model
Class MBMailingListWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBMailingListWrapper
All Implemented Interfaces:
BaseModel<MBMailingList>, MBMailingList, MBMailingListModel, Serializable, Cloneable, Comparable<MBMailingList>

public class MBMailingListWrapper
extends Object
implements MBMailingList

This class is a wrapper for MBMailingList.

See Also:
MBMailingList, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
MBMailingListWrapper(MBMailingList mbMailingList)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBMailingList mbMailingList)
           
 boolean getActive()
          Gets the active of this message boards mailing list.
 long getCategoryId()
          Gets the category id of this message boards mailing list.
 long getCompanyId()
          Gets the company id of this message boards mailing list.
 Date getCreateDate()
          Gets the create date of this message boards mailing list.
 String getEmailAddress()
          Gets the email address of this message boards mailing list.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
          Gets the group id of this message boards mailing list.
 String getInPassword()
          Gets the in password of this message boards mailing list.
 String getInProtocol()
          Gets the in protocol of this message boards mailing list.
 int getInReadInterval()
          Gets the in read interval of this message boards mailing list.
 String getInServerName()
          Gets the in server name of this message boards mailing list.
 int getInServerPort()
          Gets the in server port of this message boards mailing list.
 String getInUserName()
          Gets the in user name of this message boards mailing list.
 boolean getInUseSSL()
          Gets the in use s s l of this message boards mailing list.
 long getMailingListId()
          Gets the mailing list id of this message boards mailing list.
 Date getModifiedDate()
          Gets the modified date of this message boards mailing list.
 boolean getOutCustom()
          Gets the out custom of this message boards mailing list.
 String getOutEmailAddress()
          Gets the out email address of this message boards mailing list.
 String getOutPassword()
          Gets the out password of this message boards mailing list.
 String getOutServerName()
          Gets the out server name of this message boards mailing list.
 int getOutServerPort()
          Gets the out server port of this message boards mailing list.
 String getOutUserName()
          Gets the out user name of this message boards mailing list.
 boolean getOutUseSSL()
          Gets the out use s s l of this message boards mailing list.
 long getPrimaryKey()
          Gets the primary key of this message boards mailing list.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 long getUserId()
          Gets the user id of this message boards mailing list.
 String getUserName()
          Gets the user name of this message boards mailing list.
 String getUserUuid()
          Gets the user uuid of this message boards mailing list.
 String getUuid()
          Gets the uuid of this message boards mailing list.
 MBMailingList getWrappedMBMailingList()
           
 int hashCode()
           
 boolean isActive()
          Determines whether this message boards mailing list is active.
 boolean isCachedModel()
          Determines if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Determines if this model instance is escaped.
 boolean isInUseSSL()
          Determines whether this message boards mailing list is in use s s l.
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 boolean isOutCustom()
          Determines whether this message boards mailing list is out custom.
 boolean isOutUseSSL()
          Determines whether this message boards mailing list is out use s s l.
 void setActive(boolean active)
          Sets whether this {$entity.humanName} is active.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCategoryId(long categoryId)
          Sets the category id of this message boards mailing list.
 void setCompanyId(long companyId)
          Sets the company id of this message boards mailing list.
 void setCreateDate(Date createDate)
          Sets the create date of this message boards mailing list.
 void setEmailAddress(String emailAddress)
          Sets the email address of this message boards mailing list.
 void setEscapedModel(boolean escapedModel)
          Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.
 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 mailing list.
 void setInPassword(String inPassword)
          Sets the in password of this message boards mailing list.
 void setInProtocol(String inProtocol)
          Sets the in protocol of this message boards mailing list.
 void setInReadInterval(int inReadInterval)
          Sets the in read interval of this message boards mailing list.
 void setInServerName(String inServerName)
          Sets the in server name of this message boards mailing list.
 void setInServerPort(int inServerPort)
          Sets the in server port of this message boards mailing list.
 void setInUserName(String inUserName)
          Sets the in user name of this message boards mailing list.
 void setInUseSSL(boolean inUseSSL)
          Sets whether this {$entity.humanName} is in use s s l.
 void setMailingListId(long mailingListId)
          Sets the mailing list id of this message boards mailing list.
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this message boards mailing list.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setOutCustom(boolean outCustom)
          Sets whether this {$entity.humanName} is out custom.
 void setOutEmailAddress(String outEmailAddress)
          Sets the out email address of this message boards mailing list.
 void setOutPassword(String outPassword)
          Sets the out password of this message boards mailing list.
 void setOutServerName(String outServerName)
          Sets the out server name of this message boards mailing list.
 void setOutServerPort(int outServerPort)
          Sets the out server port of this message boards mailing list.
 void setOutUserName(String outUserName)
          Sets the out user name of this message boards mailing list.
 void setOutUseSSL(boolean outUseSSL)
          Sets whether this {$entity.humanName} is out use s s l.
 void setPrimaryKey(long pk)
          Sets the primary key of this message boards mailing list
 void setUserId(long userId)
          Sets the user id of this message boards mailing list.
 void setUserName(String userName)
          Sets the user name of this message boards mailing list.
 void setUserUuid(String userUuid)
          Sets the user uuid of this message boards mailing list.
 void setUuid(String uuid)
          Sets the uuid of this message boards mailing list.
 MBMailingList toEscapedModel()
          Gets a copy of this message boards mailing list as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 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

MBMailingListWrapper

public MBMailingListWrapper(MBMailingList mbMailingList)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: MBMailingListModel
Gets the primary key of this message boards mailing list.

Specified by:
getPrimaryKey in interface MBMailingListModel
Returns:
the primary key of this message boards mailing list

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: MBMailingListModel
Sets the primary key of this message boards mailing list

Specified by:
setPrimaryKey in interface MBMailingListModel
Parameters:
pk - the primary key of this message boards mailing list

getUuid

public String getUuid()
Description copied from interface: MBMailingListModel
Gets the uuid of this message boards mailing list.

Specified by:
getUuid in interface MBMailingListModel
Returns:
the uuid of this message boards mailing list

setUuid

public void setUuid(String uuid)
Description copied from interface: MBMailingListModel
Sets the uuid of this message boards mailing list.

Specified by:
setUuid in interface MBMailingListModel
Parameters:
uuid - the uuid of this message boards mailing list

getMailingListId

public long getMailingListId()
Description copied from interface: MBMailingListModel
Gets the mailing list id of this message boards mailing list.

Specified by:
getMailingListId in interface MBMailingListModel
Returns:
the mailing list id of this message boards mailing list

setMailingListId

public void setMailingListId(long mailingListId)
Description copied from interface: MBMailingListModel
Sets the mailing list id of this message boards mailing list.

Specified by:
setMailingListId in interface MBMailingListModel
Parameters:
mailingListId - the mailing list id of this message boards mailing list

getGroupId

public long getGroupId()
Description copied from interface: MBMailingListModel
Gets the group id of this message boards mailing list.

Specified by:
getGroupId in interface MBMailingListModel
Returns:
the group id of this message boards mailing list

setGroupId

public void setGroupId(long groupId)
Description copied from interface: MBMailingListModel
Sets the group id of this message boards mailing list.

Specified by:
setGroupId in interface MBMailingListModel
Parameters:
groupId - the group id of this message boards mailing list

getCompanyId

public long getCompanyId()
Description copied from interface: MBMailingListModel
Gets the company id of this message boards mailing list.

Specified by:
getCompanyId in interface MBMailingListModel
Returns:
the company id of this message boards mailing list

setCompanyId

public void setCompanyId(long companyId)
Description copied from interface: MBMailingListModel
Sets the company id of this message boards mailing list.

Specified by:
setCompanyId in interface MBMailingListModel
Parameters:
companyId - the company id of this message boards mailing list

getUserId

public long getUserId()
Description copied from interface: MBMailingListModel
Gets the user id of this message boards mailing list.

Specified by:
getUserId in interface MBMailingListModel
Returns:
the user id of this message boards mailing list

setUserId

public void setUserId(long userId)
Description copied from interface: MBMailingListModel
Sets the user id of this message boards mailing list.

Specified by:
setUserId in interface MBMailingListModel
Parameters:
userId - the user id of this message boards mailing list

getUserUuid

public String getUserUuid()
                   throws SystemException
Description copied from interface: MBMailingListModel
Gets the user uuid of this message boards mailing list.

Specified by:
getUserUuid in interface MBMailingListModel
Returns:
the user uuid of this message boards mailing list
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Description copied from interface: MBMailingListModel
Sets the user uuid of this message boards mailing list.

Specified by:
setUserUuid in interface MBMailingListModel
Parameters:
userUuid - the user uuid of this message boards mailing list

getUserName

public String getUserName()
Description copied from interface: MBMailingListModel
Gets the user name of this message boards mailing list.

Specified by:
getUserName in interface MBMailingListModel
Returns:
the user name of this message boards mailing list

setUserName

public void setUserName(String userName)
Description copied from interface: MBMailingListModel
Sets the user name of this message boards mailing list.

Specified by:
setUserName in interface MBMailingListModel
Parameters:
userName - the user name of this message boards mailing list

getCreateDate

public Date getCreateDate()
Description copied from interface: MBMailingListModel
Gets the create date of this message boards mailing list.

Specified by:
getCreateDate in interface MBMailingListModel
Returns:
the create date of this message boards mailing list

setCreateDate

public void setCreateDate(Date createDate)
Description copied from interface: MBMailingListModel
Sets the create date of this message boards mailing list.

Specified by:
setCreateDate in interface MBMailingListModel
Parameters:
createDate - the create date of this message boards mailing list

getModifiedDate

public Date getModifiedDate()
Description copied from interface: MBMailingListModel
Gets the modified date of this message boards mailing list.

Specified by:
getModifiedDate in interface MBMailingListModel
Returns:
the modified date of this message boards mailing list

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Description copied from interface: MBMailingListModel
Sets the modified date of this message boards mailing list.

Specified by:
setModifiedDate in interface MBMailingListModel
Parameters:
modifiedDate - the modified date of this message boards mailing list

getCategoryId

public long getCategoryId()
Description copied from interface: MBMailingListModel
Gets the category id of this message boards mailing list.

Specified by:
getCategoryId in interface MBMailingListModel
Returns:
the category id of this message boards mailing list

setCategoryId

public void setCategoryId(long categoryId)
Description copied from interface: MBMailingListModel
Sets the category id of this message boards mailing list.

Specified by:
setCategoryId in interface MBMailingListModel
Parameters:
categoryId - the category id of this message boards mailing list

getEmailAddress

public String getEmailAddress()
Description copied from interface: MBMailingListModel
Gets the email address of this message boards mailing list.

Specified by:
getEmailAddress in interface MBMailingListModel
Returns:
the email address of this message boards mailing list

setEmailAddress

public void setEmailAddress(String emailAddress)
Description copied from interface: MBMailingListModel
Sets the email address of this message boards mailing list.

Specified by:
setEmailAddress in interface MBMailingListModel
Parameters:
emailAddress - the email address of this message boards mailing list

getInProtocol

public String getInProtocol()
Description copied from interface: MBMailingListModel
Gets the in protocol of this message boards mailing list.

Specified by:
getInProtocol in interface MBMailingListModel
Returns:
the in protocol of this message boards mailing list

setInProtocol

public void setInProtocol(String inProtocol)
Description copied from interface: MBMailingListModel
Sets the in protocol of this message boards mailing list.

Specified by:
setInProtocol in interface MBMailingListModel
Parameters:
inProtocol - the in protocol of this message boards mailing list

getInServerName

public String getInServerName()
Description copied from interface: MBMailingListModel
Gets the in server name of this message boards mailing list.

Specified by:
getInServerName in interface MBMailingListModel
Returns:
the in server name of this message boards mailing list

setInServerName

public void setInServerName(String inServerName)
Description copied from interface: MBMailingListModel
Sets the in server name of this message boards mailing list.

Specified by:
setInServerName in interface MBMailingListModel
Parameters:
inServerName - the in server name of this message boards mailing list

getInServerPort

public int getInServerPort()
Description copied from interface: MBMailingListModel
Gets the in server port of this message boards mailing list.

Specified by:
getInServerPort in interface MBMailingListModel
Returns:
the in server port of this message boards mailing list

setInServerPort

public void setInServerPort(int inServerPort)
Description copied from interface: MBMailingListModel
Sets the in server port of this message boards mailing list.

Specified by:
setInServerPort in interface MBMailingListModel
Parameters:
inServerPort - the in server port of this message boards mailing list

getInUseSSL

public boolean getInUseSSL()
Description copied from interface: MBMailingListModel
Gets the in use s s l of this message boards mailing list.

Specified by:
getInUseSSL in interface MBMailingListModel
Returns:
the in use s s l of this message boards mailing list

isInUseSSL

public boolean isInUseSSL()
Description copied from interface: MBMailingListModel
Determines whether this message boards mailing list is in use s s l.

Specified by:
isInUseSSL in interface MBMailingListModel
Returns:
whether this message boards mailing list is in use s s l

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Description copied from interface: MBMailingListModel
Sets whether this {$entity.humanName} is in use s s l.

Specified by:
setInUseSSL in interface MBMailingListModel
Parameters:
inUseSSL - the in use s s l of this message boards mailing list

getInUserName

public String getInUserName()
Description copied from interface: MBMailingListModel
Gets the in user name of this message boards mailing list.

Specified by:
getInUserName in interface MBMailingListModel
Returns:
the in user name of this message boards mailing list

setInUserName

public void setInUserName(String inUserName)
Description copied from interface: MBMailingListModel
Sets the in user name of this message boards mailing list.

Specified by:
setInUserName in interface MBMailingListModel
Parameters:
inUserName - the in user name of this message boards mailing list

getInPassword

public String getInPassword()
Description copied from interface: MBMailingListModel
Gets the in password of this message boards mailing list.

Specified by:
getInPassword in interface MBMailingListModel
Returns:
the in password of this message boards mailing list

setInPassword

public void setInPassword(String inPassword)
Description copied from interface: MBMailingListModel
Sets the in password of this message boards mailing list.

Specified by:
setInPassword in interface MBMailingListModel
Parameters:
inPassword - the in password of this message boards mailing list

getInReadInterval

public int getInReadInterval()
Description copied from interface: MBMailingListModel
Gets the in read interval of this message boards mailing list.

Specified by:
getInReadInterval in interface MBMailingListModel
Returns:
the in read interval of this message boards mailing list

setInReadInterval

public void setInReadInterval(int inReadInterval)
Description copied from interface: MBMailingListModel
Sets the in read interval of this message boards mailing list.

Specified by:
setInReadInterval in interface MBMailingListModel
Parameters:
inReadInterval - the in read interval of this message boards mailing list

getOutEmailAddress

public String getOutEmailAddress()
Description copied from interface: MBMailingListModel
Gets the out email address of this message boards mailing list.

Specified by:
getOutEmailAddress in interface MBMailingListModel
Returns:
the out email address of this message boards mailing list

setOutEmailAddress

public void setOutEmailAddress(String outEmailAddress)
Description copied from interface: MBMailingListModel
Sets the out email address of this message boards mailing list.

Specified by:
setOutEmailAddress in interface MBMailingListModel
Parameters:
outEmailAddress - the out email address of this message boards mailing list

getOutCustom

public boolean getOutCustom()
Description copied from interface: MBMailingListModel
Gets the out custom of this message boards mailing list.

Specified by:
getOutCustom in interface MBMailingListModel
Returns:
the out custom of this message boards mailing list

isOutCustom

public boolean isOutCustom()
Description copied from interface: MBMailingListModel
Determines whether this message boards mailing list is out custom.

Specified by:
isOutCustom in interface MBMailingListModel
Returns:
whether this message boards mailing list is out custom

setOutCustom

public void setOutCustom(boolean outCustom)
Description copied from interface: MBMailingListModel
Sets whether this {$entity.humanName} is out custom.

Specified by:
setOutCustom in interface MBMailingListModel
Parameters:
outCustom - the out custom of this message boards mailing list

getOutServerName

public String getOutServerName()
Description copied from interface: MBMailingListModel
Gets the out server name of this message boards mailing list.

Specified by:
getOutServerName in interface MBMailingListModel
Returns:
the out server name of this message boards mailing list

setOutServerName

public void setOutServerName(String outServerName)
Description copied from interface: MBMailingListModel
Sets the out server name of this message boards mailing list.

Specified by:
setOutServerName in interface MBMailingListModel
Parameters:
outServerName - the out server name of this message boards mailing list

getOutServerPort

public int getOutServerPort()
Description copied from interface: MBMailingListModel
Gets the out server port of this message boards mailing list.

Specified by:
getOutServerPort in interface MBMailingListModel
Returns:
the out server port of this message boards mailing list

setOutServerPort

public void setOutServerPort(int outServerPort)
Description copied from interface: MBMailingListModel
Sets the out server port of this message boards mailing list.

Specified by:
setOutServerPort in interface MBMailingListModel
Parameters:
outServerPort - the out server port of this message boards mailing list

getOutUseSSL

public boolean getOutUseSSL()
Description copied from interface: MBMailingListModel
Gets the out use s s l of this message boards mailing list.

Specified by:
getOutUseSSL in interface MBMailingListModel
Returns:
the out use s s l of this message boards mailing list

isOutUseSSL

public boolean isOutUseSSL()
Description copied from interface: MBMailingListModel
Determines whether this message boards mailing list is out use s s l.

Specified by:
isOutUseSSL in interface MBMailingListModel
Returns:
whether this message boards mailing list is out use s s l

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Description copied from interface: MBMailingListModel
Sets whether this {$entity.humanName} is out use s s l.

Specified by:
setOutUseSSL in interface MBMailingListModel
Parameters:
outUseSSL - the out use s s l of this message boards mailing list

getOutUserName

public String getOutUserName()
Description copied from interface: MBMailingListModel
Gets the out user name of this message boards mailing list.

Specified by:
getOutUserName in interface MBMailingListModel
Returns:
the out user name of this message boards mailing list

setOutUserName

public void setOutUserName(String outUserName)
Description copied from interface: MBMailingListModel
Sets the out user name of this message boards mailing list.

Specified by:
setOutUserName in interface MBMailingListModel
Parameters:
outUserName - the out user name of this message boards mailing list

getOutPassword

public String getOutPassword()
Description copied from interface: MBMailingListModel
Gets the out password of this message boards mailing list.

Specified by:
getOutPassword in interface MBMailingListModel
Returns:
the out password of this message boards mailing list

setOutPassword

public void setOutPassword(String outPassword)
Description copied from interface: MBMailingListModel
Sets the out password of this message boards mailing list.

Specified by:
setOutPassword in interface MBMailingListModel
Parameters:
outPassword - the out password of this message boards mailing list

getActive

public boolean getActive()
Description copied from interface: MBMailingListModel
Gets the active of this message boards mailing list.

Specified by:
getActive in interface MBMailingListModel
Returns:
the active of this message boards mailing list

isActive

public boolean isActive()
Description copied from interface: MBMailingListModel
Determines whether this message boards mailing list is active.

Specified by:
isActive in interface MBMailingListModel
Returns:
whether this message boards mailing list is active

setActive

public void setActive(boolean active)
Description copied from interface: MBMailingListModel
Sets whether this {$entity.humanName} is active.

Specified by:
setActive in interface MBMailingListModel
Parameters:
active - the active of this message boards mailing list

toEscapedModel

public MBMailingList toEscapedModel()
Description copied from interface: MBMailingListModel
Gets a copy of this message boards mailing list as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface MBMailingListModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

isNew

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

Specified by:
isNew in interface BaseModel<MBMailingList>
Specified by:
isNew in interface MBMailingListModel
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<MBMailingList>
Specified by:
setNew in interface MBMailingListModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

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

Specified by:
isCachedModel in interface BaseModel<MBMailingList>
Specified by:
isCachedModel in interface MBMailingListModel
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<MBMailingList>
Specified by:
setCachedModel in interface MBMailingListModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

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

Specified by:
isEscapedModel in interface BaseModel<MBMailingList>
Specified by:
isEscapedModel in interface MBMailingListModel
Returns:
true if this model instance is escaped; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe.

A model instance can be made escaped by wrapping it with an HTML auto escape handler using its toEscapedModel method. For example, UserModel.toEscapedModel().

Specified by:
setEscapedModel in interface BaseModel<MBMailingList>
Specified by:
setEscapedModel in interface MBMailingListModel
Parameters:
escapedModel - whether this model instance is escaped
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<MBMailingList>
Specified by:
getPrimaryKeyObj in interface MBMailingListModel
Returns:
the primary key of this model instance

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<MBMailingList>
Specified by:
getExpandoBridge in interface MBMailingListModel
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<MBMailingList>
Specified by:
setExpandoBridgeAttributes in interface MBMailingListModel
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
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<MBMailingList>
Specified by:
clone in interface MBMailingListModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(MBMailingList mbMailingList)
Specified by:
compareTo in interface MBMailingListModel
Specified by:
compareTo in interface Comparable<MBMailingList>

hashCode

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

toString

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

toXmlString

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

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

getWrappedMBMailingList

public MBMailingList getWrappedMBMailingList()

Liferay 6.0.5