@ProviderType public class MBMailingListWrapper extends Object implements MBMailingList, ModelWrapper<MBMailingList>
This class is a wrapper for MBMailingList.
MBMailingList,
Serialized FormMAILING_LIST_ID_ACCESSOR| Constructor and Description |
|---|
MBMailingListWrapper(MBMailingList mbMailingList) |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.
|
MBMailingList |
getWrappedModel() |
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 |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
boolean |
isInUseSSL()
Returns
true if this message boards mailing list is in use s s l. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
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 |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCategoryId(long categoryId)
Sets the category ID of this message boards mailing list.
|
void |
setCompanyId(long companyId)
Sets the company ID of this message boards mailing list.
|
void |
setCreateDate(Date createDate)
Sets the create date of this message boards mailing list.
|
void |
setEmailAddress(String emailAddress)
Sets the email address of this message boards mailing list.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
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() |
MBMailingList |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public MBMailingListWrapper(MBMailingList mbMailingList)
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<MBMailingList>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MBMailingList>public MBMailingList toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface MBMailingListModeltoEscapedModel in interface BaseModel<MBMailingList>AutoEscapeBeanHandlerpublic MBMailingList toUnescapedModel()
toUnescapedModel in interface MBMailingListModeltoUnescapedModel in interface BaseModel<MBMailingList>public boolean getActive()
getActive in interface MBMailingListModelpublic boolean getAllowAnonymous()
getAllowAnonymous in interface MBMailingListModelpublic boolean getInUseSSL()
getInUseSSL in interface MBMailingListModelpublic boolean getOutCustom()
getOutCustom in interface MBMailingListModelpublic boolean getOutUseSSL()
getOutUseSSL in interface MBMailingListModelpublic boolean isActive()
true if this message boards mailing list is active.isActive in interface MBMailingListModeltrue if this message boards mailing list is active; false otherwisepublic boolean isAllowAnonymous()
true if this message boards mailing list is allow anonymous.isAllowAnonymous in interface MBMailingListModeltrue if this message boards mailing list is allow anonymous; false otherwisepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface MBMailingListModelisCachedModel in interface BaseModel<MBMailingList>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface MBMailingListModelisEscapedModel in interface BaseModel<MBMailingList>true if this model instance is escaped;
false otherwisepublic boolean isInUseSSL()
true if this message boards mailing list is in use s s l.isInUseSSL in interface MBMailingListModeltrue if this message boards mailing list is in use s s l; false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface MBMailingListModelisNew in interface BaseModel<MBMailingList>true if this model instance does not yet exist in
the database; false otherwisepublic boolean isOutCustom()
true if this message boards mailing list is out custom.isOutCustom in interface MBMailingListModeltrue if this message boards mailing list is out custom; false otherwisepublic boolean isOutUseSSL()
true if this message boards mailing list is out use s s l.isOutUseSSL in interface MBMailingListModeltrue if this message boards mailing list is out use s s l; false otherwisepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface MBMailingListModelgetExpandoBridge in interface BaseModel<MBMailingList>getExpandoBridge in interface ClassedModelpublic CacheModel<MBMailingList> toCacheModel()
BaseModeltoCacheModel in interface MBMailingListModeltoCacheModel in interface BaseModel<MBMailingList>public int compareTo(MBMailingList mbMailingList)
compareTo in interface MBMailingListModelcompareTo in interface Comparable<MBMailingList>public int getInReadInterval()
getInReadInterval in interface MBMailingListModelpublic int getInServerPort()
getInServerPort in interface MBMailingListModelpublic int getOutServerPort()
getOutServerPort in interface MBMailingListModelpublic int hashCode()
hashCode in interface MBMailingListModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface MBMailingListModelgetPrimaryKeyObj in interface BaseModel<MBMailingList>getPrimaryKeyObj in interface ClassedModelpublic Object clone()
BaseModelclone in interface MBMailingListModelclone in interface BaseModel<MBMailingList>clone in interface StagedModelclone in class Objectpublic String getEmailAddress()
getEmailAddress in interface MBMailingListModelpublic String getInPassword()
getInPassword in interface MBMailingListModelpublic String getInProtocol()
getInProtocol in interface MBMailingListModelpublic String getInServerName()
getInServerName in interface MBMailingListModelpublic String getInUserName()
getInUserName in interface MBMailingListModelpublic String getOutEmailAddress()
getOutEmailAddress in interface MBMailingListModelpublic String getOutPassword()
getOutPassword in interface MBMailingListModelpublic String getOutServerName()
getOutServerName in interface MBMailingListModelpublic String getOutUserName()
getOutUserName in interface MBMailingListModelpublic String getUserName()
getUserName in interface MBMailingListModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface MBMailingListModelgetUserUuid in interface AuditedModelpublic String getUuid()
getUuid in interface MBMailingListModelgetUuid in interface StagedModelpublic String toString()
toString in interface MBMailingListModeltoString in class Objectpublic String toXmlString()
BaseModeltoXmlString in interface MBMailingListModeltoXmlString in interface BaseModel<MBMailingList>public Date getCreateDate()
getCreateDate in interface MBMailingListModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic Date getModifiedDate()
getModifiedDate in interface MBMailingListModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getCategoryId()
getCategoryId in interface MBMailingListModelpublic long getCompanyId()
getCompanyId in interface MBMailingListModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic long getGroupId()
getGroupId in interface MBMailingListModelgetGroupId in interface GroupedModelpublic long getMailingListId()
getMailingListId in interface MBMailingListModelpublic long getPrimaryKey()
getPrimaryKey in interface MBMailingListModelpublic long getUserId()
getUserId in interface MBMailingListModelgetUserId in interface AuditedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setActive(boolean active)
setActive in interface MBMailingListModelactive - the active of this message boards mailing listpublic void setAllowAnonymous(boolean allowAnonymous)
setAllowAnonymous in interface MBMailingListModelallowAnonymous - the allow anonymous of this message boards mailing listpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface MBMailingListModelsetCachedModel in interface BaseModel<MBMailingList>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCategoryId(long categoryId)
setCategoryId in interface MBMailingListModelcategoryId - the category ID of this message boards mailing listpublic void setCompanyId(long companyId)
setCompanyId in interface MBMailingListModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this message boards mailing listpublic void setCreateDate(Date createDate)
setCreateDate in interface MBMailingListModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this message boards mailing listpublic void setEmailAddress(String emailAddress)
setEmailAddress in interface MBMailingListModelemailAddress - the email address of this message boards mailing listpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface MBMailingListModelsetExpandoBridgeAttributes in interface BaseModel<MBMailingList>public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface MBMailingListModelsetExpandoBridgeAttributes in interface BaseModel<MBMailingList>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface MBMailingListModelsetExpandoBridgeAttributes in interface BaseModel<MBMailingList>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setGroupId(long groupId)
setGroupId in interface MBMailingListModelsetGroupId in interface GroupedModelgroupId - the group ID of this message boards mailing listpublic void setInPassword(String inPassword)
setInPassword in interface MBMailingListModelinPassword - the in password of this message boards mailing listpublic void setInProtocol(String inProtocol)
setInProtocol in interface MBMailingListModelinProtocol - the in protocol of this message boards mailing listpublic void setInReadInterval(int inReadInterval)
setInReadInterval in interface MBMailingListModelinReadInterval - the in read interval of this message boards mailing listpublic void setInServerName(String inServerName)
setInServerName in interface MBMailingListModelinServerName - the in server name of this message boards mailing listpublic void setInServerPort(int inServerPort)
setInServerPort in interface MBMailingListModelinServerPort - the in server port of this message boards mailing listpublic void setInUseSSL(boolean inUseSSL)
setInUseSSL in interface MBMailingListModelinUseSSL - the in use s s l of this message boards mailing listpublic void setInUserName(String inUserName)
setInUserName in interface MBMailingListModelinUserName - the in user name of this message boards mailing listpublic void setMailingListId(long mailingListId)
setMailingListId in interface MBMailingListModelmailingListId - the mailing list ID of this message boards mailing listpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface MBMailingListModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this message boards mailing listpublic void setNew(boolean n)
BaseModelsetNew in interface MBMailingListModelsetNew in interface BaseModel<MBMailingList>n - whether this model instance does not yet exist in the databasepublic void setOutCustom(boolean outCustom)
setOutCustom in interface MBMailingListModeloutCustom - the out custom of this message boards mailing listpublic void setOutEmailAddress(String outEmailAddress)
setOutEmailAddress in interface MBMailingListModeloutEmailAddress - the out email address of this message boards mailing listpublic void setOutPassword(String outPassword)
setOutPassword in interface MBMailingListModeloutPassword - the out password of this message boards mailing listpublic void setOutServerName(String outServerName)
setOutServerName in interface MBMailingListModeloutServerName - the out server name of this message boards mailing listpublic void setOutServerPort(int outServerPort)
setOutServerPort in interface MBMailingListModeloutServerPort - the out server port of this message boards mailing listpublic void setOutUseSSL(boolean outUseSSL)
setOutUseSSL in interface MBMailingListModeloutUseSSL - the out use s s l of this message boards mailing listpublic void setOutUserName(String outUserName)
setOutUserName in interface MBMailingListModeloutUserName - the out user name of this message boards mailing listpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MBMailingListModelprimaryKey - the primary key of this message boards mailing listpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface MBMailingListModelsetPrimaryKeyObj in interface BaseModel<MBMailingList>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instancepublic void setUserId(long userId)
setUserId in interface MBMailingListModelsetUserId in interface AuditedModeluserId - the user ID of this message boards mailing listpublic void setUserName(String userName)
setUserName in interface MBMailingListModelsetUserName in interface AuditedModeluserName - the user name of this message boards mailing listpublic void setUserUuid(String userUuid)
setUserUuid in interface MBMailingListModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this message boards mailing listpublic void setUuid(String uuid)
setUuid in interface MBMailingListModelsetUuid in interface StagedModeluuid - the uuid of this message boards mailing listpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic MBMailingList getWrappedModel()
getWrappedModel in interface ModelWrapper<MBMailingList>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<MBMailingList>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<MBMailingList>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<MBMailingList>