Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model.impl
Class MBMailingListModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBMailingList>
      extended by com.liferay.portlet.messageboards.model.impl.MBMailingListModelImpl
All Implemented Interfaces:
AuditedModel, BaseModel<MBMailingList>, ClassedModel, GroupedModel, StagedGroupedModel, StagedModel, MBMailingListModel, Serializable, Cloneable, Comparable<MBMailingList>
Direct Known Subclasses:
MBMailingListBaseImpl

public class MBMailingListModelImpl
extends BaseModelImpl<MBMailingList>
implements MBMailingListModel

The base model implementation for the MBMailingList service. Represents a row in the "MBMailingList" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface MBMailingListModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBMailingListImpl.

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

Field Summary
static long ACTIVE_COLUMN_BITMASK
           
static long CATEGORYID_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long GROUPID_COLUMN_BITMASK
           
static long LOCK_EXPIRATION_TIME
           
static long MAILINGLISTID_COLUMN_BITMASK
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static String TX_MANAGER
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
MBMailingListModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBMailingList mbMailingList)
           
 boolean equals(Object obj)
           
 boolean getActive()
          Returns the active of this message boards mailing list.
 boolean getAllowAnonymous()
          Returns the allow anonymous of this message boards mailing list.
 long getCategoryId()
          Returns the category ID of this message boards mailing list.
 long getColumnBitmask()
           
 long getCompanyId()
          Returns the company ID of this message boards mailing list.
 Date getCreateDate()
          Returns the create date of this message boards mailing list.
 String getEmailAddress()
          Returns the email address of this message boards mailing list.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this message boards mailing list.
 String getInPassword()
          Returns the in password of this message boards mailing list.
 String getInProtocol()
          Returns the in protocol of this message boards mailing list.
 int getInReadInterval()
          Returns the in read interval of this message boards mailing list.
 String getInServerName()
          Returns the in server name of this message boards mailing list.
 int getInServerPort()
          Returns the in server port of this message boards mailing list.
 String getInUserName()
          Returns the in user name of this message boards mailing list.
 boolean getInUseSSL()
          Returns the in use s s l of this message boards mailing list.
 long getMailingListId()
          Returns the mailing list ID of this message boards mailing list.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this message boards mailing list.
 boolean getOriginalActive()
           
 long getOriginalCategoryId()
           
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 String getOriginalUuid()
           
 boolean getOutCustom()
          Returns the out custom of this message boards mailing list.
 String getOutEmailAddress()
          Returns the out email address of this message boards mailing list.
 String getOutPassword()
          Returns the out password of this message boards mailing list.
 String getOutServerName()
          Returns the out server name of this message boards mailing list.
 int getOutServerPort()
          Returns the out server port of this message boards mailing list.
 String getOutUserName()
          Returns the out user name of this message boards mailing list.
 boolean getOutUseSSL()
          Returns the out use s s l of this message boards mailing list.
 long getPrimaryKey()
          Returns the primary key of this message boards mailing list.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 StagedModelType getStagedModelType()
           
 long getUserId()
          Returns the user ID of this message boards mailing list.
 String getUserName()
          Returns the user name of this message boards mailing list.
 String getUserUuid()
          Returns the user uuid of this message boards mailing list.
 String getUuid()
          Returns the uuid of this message boards mailing list.
 int hashCode()
           
 boolean isActive()
          Returns true if this message boards mailing list is active.
 boolean isAllowAnonymous()
          Returns true if this message boards mailing list is allow anonymous.
 boolean isInUseSSL()
          Returns true if this message boards mailing list is in use s s l.
 boolean isOutCustom()
          Returns true if this message boards mailing list is out custom.
 boolean isOutUseSSL()
          Returns true if this message boards mailing list is out use s s l.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setActive(boolean active)
          Sets whether this message boards mailing list is active.
 void setAllowAnonymous(boolean allowAnonymous)
          Sets whether this message boards mailing list is allow anonymous.
 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 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 message boards mailing list is in use s s l.
 void setMailingListId(long mailingListId)
          Sets the mailing list ID of this message boards mailing list.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this message boards mailing list.
 void setOutCustom(boolean outCustom)
          Sets whether this message boards mailing list 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 message boards mailing list is out use s s l.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this message boards mailing list.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 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.
 CacheModel<MBMailingList> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 MBMailingList toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBMailingListModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

ACTIVE_COLUMN_BITMASK

public static long ACTIVE_COLUMN_BITMASK

CATEGORYID_COLUMN_BITMASK

public static long CATEGORYID_COLUMN_BITMASK

COMPANYID_COLUMN_BITMASK

public static long COMPANYID_COLUMN_BITMASK

GROUPID_COLUMN_BITMASK

public static long GROUPID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

MAILINGLISTID_COLUMN_BITMASK

public static long MAILINGLISTID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBMailingListModelImpl

public MBMailingListModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: MBMailingListModel
Returns 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 primaryKey)
Description copied from interface: MBMailingListModel
Sets the primary key of this message boards mailing list.

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

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<MBMailingList>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface MBMailingListModel
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<MBMailingList>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface MBMailingListModel
Parameters:
primaryKeyObj - the primary key of this model instance

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<MBMailingList>
Overrides:
getModelAttributes in class BaseModelImpl<MBMailingList>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<MBMailingList>
Overrides:
setModelAttributes in class BaseModelImpl<MBMailingList>

getUuid

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

Specified by:
getUuid in interface StagedModel
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 StagedModel
Specified by:
setUuid in interface MBMailingListModel
Parameters:
uuid - the uuid of this message boards mailing list

getOriginalUuid

public String getOriginalUuid()

getMailingListId

public long getMailingListId()
Description copied from interface: MBMailingListModel
Returns 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
Returns the group ID of this message boards mailing list.

Specified by:
getGroupId in interface GroupedModel
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 GroupedModel
Specified by:
setGroupId in interface MBMailingListModel
Parameters:
groupId - the group ID of this message boards mailing list

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

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

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
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 AuditedModel
Specified by:
setCompanyId in interface StagedModel
Specified by:
setCompanyId in interface MBMailingListModel
Parameters:
companyId - the company ID of this message boards mailing list

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

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

Specified by:
getUserId in interface AuditedModel
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 AuditedModel
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
Returns the user uuid of this message boards mailing list.

Specified by:
getUserUuid in interface AuditedModel
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 AuditedModel
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
Returns the user name of this message boards mailing list.

Specified by:
getUserName in interface AuditedModel
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 AuditedModel
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
Returns the create date of this message boards mailing list.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
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 AuditedModel
Specified by:
setCreateDate in interface StagedModel
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
Returns the modified date of this message boards mailing list.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
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 AuditedModel
Specified by:
setModifiedDate in interface StagedModel
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
Returns 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

getOriginalCategoryId

public long getOriginalCategoryId()

getEmailAddress

public String getEmailAddress()
Description copied from interface: MBMailingListModel
Returns 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
Returns 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
Returns 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
Returns 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
Returns 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
Returns true if this message boards mailing list is in use s s l.

Specified by:
isInUseSSL in interface MBMailingListModel
Returns:
true if this message boards mailing list is in use s s l; false otherwise

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Description copied from interface: MBMailingListModel
Sets whether this message boards mailing list 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
Returns 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
Returns 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
Returns 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
Returns 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
Returns 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
Returns true if this message boards mailing list is out custom.

Specified by:
isOutCustom in interface MBMailingListModel
Returns:
true if this message boards mailing list is out custom; false otherwise

setOutCustom

public void setOutCustom(boolean outCustom)
Description copied from interface: MBMailingListModel
Sets whether this message boards mailing list 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
Returns 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
Returns 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
Returns 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
Returns true if this message boards mailing list is out use s s l.

Specified by:
isOutUseSSL in interface MBMailingListModel
Returns:
true if this message boards mailing list is out use s s l; false otherwise

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Description copied from interface: MBMailingListModel
Sets whether this message boards mailing list 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
Returns 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
Returns 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

getAllowAnonymous

public boolean getAllowAnonymous()
Description copied from interface: MBMailingListModel
Returns the allow anonymous of this message boards mailing list.

Specified by:
getAllowAnonymous in interface MBMailingListModel
Returns:
the allow anonymous of this message boards mailing list

isAllowAnonymous

public boolean isAllowAnonymous()
Description copied from interface: MBMailingListModel
Returns true if this message boards mailing list is allow anonymous.

Specified by:
isAllowAnonymous in interface MBMailingListModel
Returns:
true if this message boards mailing list is allow anonymous; false otherwise

setAllowAnonymous

public void setAllowAnonymous(boolean allowAnonymous)
Description copied from interface: MBMailingListModel
Sets whether this message boards mailing list is allow anonymous.

Specified by:
setAllowAnonymous in interface MBMailingListModel
Parameters:
allowAnonymous - the allow anonymous of this message boards mailing list

getActive

public boolean getActive()
Description copied from interface: MBMailingListModel
Returns 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
Returns true if this message boards mailing list is active.

Specified by:
isActive in interface MBMailingListModel
Returns:
true if this message boards mailing list is active; false otherwise

setActive

public void setActive(boolean active)
Description copied from interface: MBMailingListModel
Sets whether this message boards mailing list is active.

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

getOriginalActive

public boolean getOriginalActive()

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<MBMailingList>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface MBMailingListModel
Overrides:
getExpandoBridge in class BaseModelImpl<MBMailingList>
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
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<MBMailingList>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

toEscapedModel

public MBMailingList 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<MBMailingList>
Specified by:
toEscapedModel in interface MBMailingListModel
Overrides:
toEscapedModel in class BaseModelImpl<MBMailingList>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

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 StagedModel
Specified by:
clone in interface MBMailingListModel
Specified by:
clone in class BaseModelImpl<MBMailingList>
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>

equals

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

hashCode

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

resetOriginalValues

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

Specified by:
resetOriginalValues in interface BaseModel<MBMailingList>
Overrides:
resetOriginalValues in class BaseModelImpl<MBMailingList>

toCacheModel

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

Specified by:
toCacheModel in interface BaseModel<MBMailingList>
Specified by:
toCacheModel in interface MBMailingListModel
Overrides:
toCacheModel in class BaseModelImpl<MBMailingList>
Returns:
the cache model 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
Returns 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

Liferay 6.2-ce-ga5