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, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MBMailingList>

public class MBMailingListWrapper
extends java.lang.Object
implements MBMailingList

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBMailingList.

Author:
Brian Wing Shun Chan
See Also:
MBMailingList, Serialized Form
Generated:

Constructor Summary
MBMailingListWrapper(MBMailingList mbMailingList)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(MBMailingList mbMailingList)
           
 boolean getActive()
           
 long getCategoryId()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getEmailAddress()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 java.lang.String getInPassword()
           
 java.lang.String getInProtocol()
           
 int getInReadInterval()
           
 java.lang.String getInServerName()
           
 int getInServerPort()
           
 java.lang.String getInUserName()
           
 boolean getInUseSSL()
           
 long getMailingListId()
           
 java.util.Date getModifiedDate()
           
 boolean getOutCustom()
           
 java.lang.String getOutEmailAddress()
           
 java.lang.String getOutPassword()
           
 java.lang.String getOutServerName()
           
 int getOutServerPort()
           
 java.lang.String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 MBMailingList getWrappedMBMailingList()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isInUseSSL()
           
 boolean isNew()
           
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setGroupId(long groupId)
           
 void setInPassword(java.lang.String inPassword)
           
 void setInProtocol(java.lang.String inProtocol)
           
 void setInReadInterval(int inReadInterval)
           
 void setInServerName(java.lang.String inServerName)
           
 void setInServerPort(int inServerPort)
           
 void setInUserName(java.lang.String inUserName)
           
 void setInUseSSL(boolean inUseSSL)
           
 void setMailingListId(long mailingListId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setOutCustom(boolean outCustom)
           
 void setOutEmailAddress(java.lang.String outEmailAddress)
           
 void setOutPassword(java.lang.String outPassword)
           
 void setOutServerName(java.lang.String outServerName)
           
 void setOutServerPort(int outServerPort)
           
 void setOutUserName(java.lang.String outUserName)
           
 void setOutUseSSL(boolean outUseSSL)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 MBMailingList toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
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()
Specified by:
getPrimaryKey in interface MBMailingListModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface MBMailingListModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface MBMailingListModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface MBMailingListModel

getMailingListId

public long getMailingListId()
Specified by:
getMailingListId in interface MBMailingListModel

setMailingListId

public void setMailingListId(long mailingListId)
Specified by:
setMailingListId in interface MBMailingListModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface MBMailingListModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface MBMailingListModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface MBMailingListModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface MBMailingListModel

getUserId

public long getUserId()
Specified by:
getUserId in interface MBMailingListModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface MBMailingListModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface MBMailingListModel
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface MBMailingListModel

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface MBMailingListModel

setUserName

public void setUserName(java.lang.String userName)
Specified by:
setUserName in interface MBMailingListModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface MBMailingListModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface MBMailingListModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface MBMailingListModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface MBMailingListModel

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface MBMailingListModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface MBMailingListModel

getEmailAddress

public java.lang.String getEmailAddress()
Specified by:
getEmailAddress in interface MBMailingListModel

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Specified by:
setEmailAddress in interface MBMailingListModel

getInProtocol

public java.lang.String getInProtocol()
Specified by:
getInProtocol in interface MBMailingListModel

setInProtocol

public void setInProtocol(java.lang.String inProtocol)
Specified by:
setInProtocol in interface MBMailingListModel

getInServerName

public java.lang.String getInServerName()
Specified by:
getInServerName in interface MBMailingListModel

setInServerName

public void setInServerName(java.lang.String inServerName)
Specified by:
setInServerName in interface MBMailingListModel

getInServerPort

public int getInServerPort()
Specified by:
getInServerPort in interface MBMailingListModel

setInServerPort

public void setInServerPort(int inServerPort)
Specified by:
setInServerPort in interface MBMailingListModel

getInUseSSL

public boolean getInUseSSL()
Specified by:
getInUseSSL in interface MBMailingListModel

isInUseSSL

public boolean isInUseSSL()
Specified by:
isInUseSSL in interface MBMailingListModel

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Specified by:
setInUseSSL in interface MBMailingListModel

getInUserName

public java.lang.String getInUserName()
Specified by:
getInUserName in interface MBMailingListModel

setInUserName

public void setInUserName(java.lang.String inUserName)
Specified by:
setInUserName in interface MBMailingListModel

getInPassword

public java.lang.String getInPassword()
Specified by:
getInPassword in interface MBMailingListModel

setInPassword

public void setInPassword(java.lang.String inPassword)
Specified by:
setInPassword in interface MBMailingListModel

getInReadInterval

public int getInReadInterval()
Specified by:
getInReadInterval in interface MBMailingListModel

setInReadInterval

public void setInReadInterval(int inReadInterval)
Specified by:
setInReadInterval in interface MBMailingListModel

getOutEmailAddress

public java.lang.String getOutEmailAddress()
Specified by:
getOutEmailAddress in interface MBMailingListModel

setOutEmailAddress

public void setOutEmailAddress(java.lang.String outEmailAddress)
Specified by:
setOutEmailAddress in interface MBMailingListModel

getOutCustom

public boolean getOutCustom()
Specified by:
getOutCustom in interface MBMailingListModel

isOutCustom

public boolean isOutCustom()
Specified by:
isOutCustom in interface MBMailingListModel

setOutCustom

public void setOutCustom(boolean outCustom)
Specified by:
setOutCustom in interface MBMailingListModel

getOutServerName

public java.lang.String getOutServerName()
Specified by:
getOutServerName in interface MBMailingListModel

setOutServerName

public void setOutServerName(java.lang.String outServerName)
Specified by:
setOutServerName in interface MBMailingListModel

getOutServerPort

public int getOutServerPort()
Specified by:
getOutServerPort in interface MBMailingListModel

setOutServerPort

public void setOutServerPort(int outServerPort)
Specified by:
setOutServerPort in interface MBMailingListModel

getOutUseSSL

public boolean getOutUseSSL()
Specified by:
getOutUseSSL in interface MBMailingListModel

isOutUseSSL

public boolean isOutUseSSL()
Specified by:
isOutUseSSL in interface MBMailingListModel

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Specified by:
setOutUseSSL in interface MBMailingListModel

getOutUserName

public java.lang.String getOutUserName()
Specified by:
getOutUserName in interface MBMailingListModel

setOutUserName

public void setOutUserName(java.lang.String outUserName)
Specified by:
setOutUserName in interface MBMailingListModel

getOutPassword

public java.lang.String getOutPassword()
Specified by:
getOutPassword in interface MBMailingListModel

setOutPassword

public void setOutPassword(java.lang.String outPassword)
Specified by:
setOutPassword in interface MBMailingListModel

getActive

public boolean getActive()
Specified by:
getActive in interface MBMailingListModel

isActive

public boolean isActive()
Specified by:
isActive in interface MBMailingListModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface MBMailingListModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<MBMailingList>
Specified by:
isNew in interface MBMailingListModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<MBMailingList>
Specified by:
setNew in interface MBMailingListModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<MBMailingList>
Specified by:
isCachedModel in interface MBMailingListModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<MBMailingList>
Specified by:
setCachedModel in interface MBMailingListModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<MBMailingList>
Specified by:
isEscapedModel in interface MBMailingListModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<MBMailingList>
Specified by:
setEscapedModel in interface MBMailingListModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<MBMailingList>
Specified by:
getPrimaryKeyObj in interface MBMailingListModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<MBMailingList>
Specified by:
getExpandoBridge in interface MBMailingListModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>
Specified by:
setExpandoBridgeAttributes in interface MBMailingListModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<MBMailingList>
Specified by:
clone in interface MBMailingListModel
Overrides:
clone in class java.lang.Object

compareTo

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

hashCode

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

toEscapedModel

public MBMailingList toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<MBMailingList>
Specified by:
toEscapedModel in interface MBMailingListModel

toString

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

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<MBMailingList>
Specified by:
toXmlString in interface MBMailingListModel

getWrappedMBMailingList

public MBMailingList getWrappedMBMailingList()