Liferay 6.0.3

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()
           
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getEmailAddress()
           
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
           
 String getInPassword()
           
 String getInProtocol()
           
 int getInReadInterval()
           
 String getInServerName()
           
 int getInServerPort()
           
 String getInUserName()
           
 boolean getInUseSSL()
           
 long getMailingListId()
           
 Date getModifiedDate()
           
 boolean getOutCustom()
           
 String getOutEmailAddress()
           
 String getOutPassword()
           
 String getOutServerName()
           
 int getOutServerPort()
           
 String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
          Gets the primary key for this model instance.
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 MBMailingList getWrappedMBMailingList()
           
 int hashCode()
           
 boolean isActive()
           
 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 isInUseSSL()
           
 boolean isNew()
          Determines if this model instance does not yet exist in the database.
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEmailAddress(String emailAddress)
           
 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 setInPassword(String inPassword)
           
 void setInProtocol(String inProtocol)
           
 void setInReadInterval(int inReadInterval)
           
 void setInServerName(String inServerName)
           
 void setInServerPort(int inServerPort)
           
 void setInUserName(String inUserName)
           
 void setInUseSSL(boolean inUseSSL)
           
 void setMailingListId(long mailingListId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setOutCustom(boolean outCustom)
           
 void setOutEmailAddress(String outEmailAddress)
           
 void setOutPassword(String outPassword)
           
 void setOutServerName(String outServerName)
           
 void setOutServerPort(int outServerPort)
           
 void setOutUserName(String outUserName)
           
 void setOutUseSSL(boolean outUseSSL)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 MBMailingList 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

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 String getUuid()
Specified by:
getUuid in interface MBMailingListModel

setUuid

public void setUuid(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 String getUserUuid()
                   throws SystemException
Specified by:
getUserUuid in interface MBMailingListModel
Throws:
SystemException

setUserUuid

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

getUserName

public String getUserName()
Specified by:
getUserName in interface MBMailingListModel

setUserName

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

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface MBMailingListModel

setCreateDate

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

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface MBMailingListModel

setModifiedDate

public void setModifiedDate(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 String getEmailAddress()
Specified by:
getEmailAddress in interface MBMailingListModel

setEmailAddress

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

getInProtocol

public String getInProtocol()
Specified by:
getInProtocol in interface MBMailingListModel

setInProtocol

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

getInServerName

public String getInServerName()
Specified by:
getInServerName in interface MBMailingListModel

setInServerName

public void setInServerName(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 String getInUserName()
Specified by:
getInUserName in interface MBMailingListModel

setInUserName

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

getInPassword

public String getInPassword()
Specified by:
getInPassword in interface MBMailingListModel

setInPassword

public void setInPassword(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 String getOutEmailAddress()
Specified by:
getOutEmailAddress in interface MBMailingListModel

setOutEmailAddress

public void setOutEmailAddress(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 String getOutServerName()
Specified by:
getOutServerName in interface MBMailingListModel

setOutServerName

public void setOutServerName(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 String getOutUserName()
Specified by:
getOutUserName in interface MBMailingListModel

setOutUserName

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

getOutPassword

public String getOutPassword()
Specified by:
getOutPassword in interface MBMailingListModel

setOutPassword

public void setOutPassword(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

toEscapedModel

public MBMailingList toEscapedModel()
Specified by:
toEscapedModel in interface MBMailingListModel

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 has been wrapped with an HTML auto escape handler.

Specified by:
isEscapedModel in interface BaseModel<MBMailingList>
Specified by:
isEscapedModel in interface MBMailingListModel
Returns:
true if this model instance has been wrapped with an HTML auto escape handler; false otherwise
See Also:
BaseModel.setEscapedModel(boolean)

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Description copied from interface: BaseModel
Sets whether this model instance has been wrapped with an HTML auto escape handler.

A model instance can be wrapped 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 has been wrapped with an HTML auto escape handler
See Also:
AutoEscapeBeanHandler

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<MBMailingList>
Specified by:
getPrimaryKeyObj in interface MBMailingListModel
Returns:
the primary key

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

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 clone

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.3