Liferay 7.0-ce-b7 portal-impl

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

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

@ProviderType
public class MBMailingListModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>
implements com.liferay.message.boards.kernel.model.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
{$generated.description}

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 Map<String,Integer> TABLE_COLUMNS_MAP
           
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()
           
 int compareTo(com.liferay.message.boards.kernel.model.MBMailingList mbMailingList)
           
 boolean equals(Object obj)
           
 boolean getActive()
           
 boolean getAllowAnonymous()
           
 long getCategoryId()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getEmailAddress()
           
 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 String getInPassword()
           
 String getInProtocol()
           
 int getInReadInterval()
           
 String getInServerName()
           
 int getInServerPort()
           
 String getInUserName()
           
 boolean getInUseSSL()
           
 long getMailingListId()
           
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
           
 boolean getOriginalActive()
           
 long getOriginalCategoryId()
           
 long getOriginalCompanyId()
           
 long getOriginalGroupId()
           
 String getOriginalUuid()
           
 boolean getOutCustom()
           
 String getOutEmailAddress()
           
 String getOutPassword()
           
 String getOutServerName()
           
 int getOutServerPort()
           
 String getOutUserName()
           
 boolean getOutUseSSL()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 int hashCode()
           
 boolean hasSetModifiedDate()
           
 boolean isActive()
           
 boolean isAllowAnonymous()
           
 boolean isEntityCacheEnabled()
           
 boolean isFinderCacheEnabled()
           
 boolean isInUseSSL()
           
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 void resetOriginalValues()
           
 void setActive(boolean active)
           
 void setAllowAnonymous(boolean allowAnonymous)
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setEmailAddress(String emailAddress)
           
 void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 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 setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
           
 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 primaryKey)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBMailingList> toCacheModel()
           
 com.liferay.message.boards.kernel.model.MBMailingList toEscapedModel()
           
 String toString()
           
 String toXmlString()
           
 
Methods inherited from class com.liferay.portal.kernel.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.message.boards.kernel.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_COLUMNS_MAP

public static final Map<String,Integer> TABLE_COLUMNS_MAP

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 final long ACTIVE_COLUMN_BITMASK
See Also:
Constant Field Values

CATEGORYID_COLUMN_BITMASK

public static final long CATEGORYID_COLUMN_BITMASK
See Also:
Constant Field Values

COMPANYID_COLUMN_BITMASK

public static final long COMPANYID_COLUMN_BITMASK
See Also:
Constant Field Values

GROUPID_COLUMN_BITMASK

public static final long GROUPID_COLUMN_BITMASK
See Also:
Constant Field Values

UUID_COLUMN_BITMASK

public static final long UUID_COLUMN_BITMASK
See Also:
Constant Field Values

MAILINGLISTID_COLUMN_BITMASK

public static final long MAILINGLISTID_COLUMN_BITMASK
See Also:
Constant Field Values

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBMailingListModelImpl

public MBMailingListModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.kernel.model.ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

getUuid

public String getUuid()
Specified by:
getUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getUuid in interface com.liferay.portal.kernel.model.StagedModel

setUuid

public void setUuid(String uuid)
Specified by:
setUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setUuid in interface com.liferay.portal.kernel.model.StagedModel

getOriginalUuid

public String getOriginalUuid()

getMailingListId

public long getMailingListId()
Specified by:
getMailingListId in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setMailingListId

public void setMailingListId(long mailingListId)
Specified by:
setMailingListId in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getGroupId in interface com.liferay.portal.kernel.model.GroupedModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setGroupId in interface com.liferay.portal.kernel.model.GroupedModel

getOriginalGroupId

public long getOriginalGroupId()

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
getCompanyId in interface com.liferay.portal.kernel.model.StagedModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
Specified by:
setCompanyId in interface com.liferay.portal.kernel.model.StagedModel

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

public long getUserId()
Specified by:
getUserId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getUserId in interface com.liferay.portal.kernel.model.AuditedModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setUserId in interface com.liferay.portal.kernel.model.AuditedModel

getUserUuid

public String getUserUuid()
Specified by:
getUserUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel

setUserUuid

public void setUserUuid(String userUuid)
Specified by:
setUserUuid in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel

getUserName

public String getUserName()
Specified by:
getUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getUserName in interface com.liferay.portal.kernel.model.AuditedModel

setUserName

public void setUserName(String userName)
Specified by:
setUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setUserName in interface com.liferay.portal.kernel.model.AuditedModel

getCreateDate

public Date getCreateDate()
Specified by:
getCreateDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getCreateDate in interface com.liferay.portal.kernel.model.StagedModel

setCreateDate

public void setCreateDate(Date createDate)
Specified by:
setCreateDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setCreateDate in interface com.liferay.portal.kernel.model.StagedModel

getModifiedDate

public Date getModifiedDate()
Specified by:
getModifiedDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

hasSetModifiedDate

public boolean hasSetModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Specified by:
setModifiedDate in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
Specified by:
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel

getCategoryId

public long getCategoryId()
Specified by:
getCategoryId in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setCategoryId

public void setCategoryId(long categoryId)
Specified by:
setCategoryId in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOriginalCategoryId

public long getOriginalCategoryId()

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setEmailAddress

public void setEmailAddress(String emailAddress)
Specified by:
setEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInProtocol

public String getInProtocol()
Specified by:
getInProtocol in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInProtocol

public void setInProtocol(String inProtocol)
Specified by:
setInProtocol in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInServerName

public String getInServerName()
Specified by:
getInServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInServerName

public void setInServerName(String inServerName)
Specified by:
setInServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInServerPort

public int getInServerPort()
Specified by:
getInServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInServerPort

public void setInServerPort(int inServerPort)
Specified by:
setInServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInUseSSL

public boolean getInUseSSL()
Specified by:
getInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

isInUseSSL

public boolean isInUseSSL()
Specified by:
isInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInUseSSL

public void setInUseSSL(boolean inUseSSL)
Specified by:
setInUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInUserName

public String getInUserName()
Specified by:
getInUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInUserName

public void setInUserName(String inUserName)
Specified by:
setInUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInPassword

public String getInPassword()
Specified by:
getInPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInPassword

public void setInPassword(String inPassword)
Specified by:
setInPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getInReadInterval

public int getInReadInterval()
Specified by:
getInReadInterval in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setInReadInterval

public void setInReadInterval(int inReadInterval)
Specified by:
setInReadInterval in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutEmailAddress

public String getOutEmailAddress()
Specified by:
getOutEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutEmailAddress

public void setOutEmailAddress(String outEmailAddress)
Specified by:
setOutEmailAddress in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutCustom

public boolean getOutCustom()
Specified by:
getOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel

isOutCustom

public boolean isOutCustom()
Specified by:
isOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutCustom

public void setOutCustom(boolean outCustom)
Specified by:
setOutCustom in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutServerName

public String getOutServerName()
Specified by:
getOutServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutServerName

public void setOutServerName(String outServerName)
Specified by:
setOutServerName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutServerPort

public int getOutServerPort()
Specified by:
getOutServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutServerPort

public void setOutServerPort(int outServerPort)
Specified by:
setOutServerPort in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutUseSSL

public boolean getOutUseSSL()
Specified by:
getOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

isOutUseSSL

public boolean isOutUseSSL()
Specified by:
isOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutUseSSL

public void setOutUseSSL(boolean outUseSSL)
Specified by:
setOutUseSSL in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutUserName

public String getOutUserName()
Specified by:
getOutUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutUserName

public void setOutUserName(String outUserName)
Specified by:
setOutUserName in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOutPassword

public String getOutPassword()
Specified by:
getOutPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setOutPassword

public void setOutPassword(String outPassword)
Specified by:
setOutPassword in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getAllowAnonymous

public boolean getAllowAnonymous()
Specified by:
getAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel

isAllowAnonymous

public boolean isAllowAnonymous()
Specified by:
isAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setAllowAnonymous

public void setAllowAnonymous(boolean allowAnonymous)
Specified by:
setAllowAnonymous in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getActive

public boolean getActive()
Specified by:
getActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel

isActive

public boolean isActive()
Specified by:
isActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel

setActive

public void setActive(boolean active)
Specified by:
setActive in interface com.liferay.message.boards.kernel.model.MBMailingListModel

getOriginalActive

public boolean getOriginalActive()

getStagedModelType

public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Specified by:
getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
Overrides:
getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

toEscapedModel

public com.liferay.message.boards.kernel.model.MBMailingList toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

clone

public Object clone()
Specified by:
clone in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Specified by:
clone in interface com.liferay.portal.kernel.model.StagedModel
Specified by:
clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

compareTo

public int compareTo(com.liferay.message.boards.kernel.model.MBMailingList mbMailingList)
Specified by:
compareTo in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
compareTo in interface Comparable<com.liferay.message.boards.kernel.model.MBMailingList>

equals

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

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Overrides:
hashCode in class Object

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

toCacheModel

public com.liferay.portal.kernel.model.CacheModel<com.liferay.message.boards.kernel.model.MBMailingList> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>
Overrides:
toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.message.boards.kernel.model.MBMailingList>

toString

public String toString()
Specified by:
toString in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Specified by:
toXmlString in interface com.liferay.message.boards.kernel.model.MBMailingListModel
Specified by:
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.message.boards.kernel.model.MBMailingList>

Liferay 7.0-ce-b7 portal-impl