|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBMailingListModel
This interface is a model that represents the MBMailingList table in the database.
MBMailingList,
MBMailingListImpl,
MBMailingListModelImpl| 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()
|
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. |
| Method Detail |
|---|
long getPrimaryKey()
void setPrimaryKey(long pk)
String getUuid()
void setUuid(String uuid)
long getMailingListId()
void setMailingListId(long mailingListId)
long getGroupId()
void setGroupId(long groupId)
long getCompanyId()
void setCompanyId(long companyId)
long getUserId()
void setUserId(long userId)
String getUserUuid()
throws SystemException
SystemExceptionvoid setUserUuid(String userUuid)
String getUserName()
void setUserName(String userName)
Date getCreateDate()
void setCreateDate(Date createDate)
Date getModifiedDate()
void setModifiedDate(Date modifiedDate)
long getCategoryId()
void setCategoryId(long categoryId)
String getEmailAddress()
void setEmailAddress(String emailAddress)
String getInProtocol()
void setInProtocol(String inProtocol)
String getInServerName()
void setInServerName(String inServerName)
int getInServerPort()
void setInServerPort(int inServerPort)
boolean getInUseSSL()
boolean isInUseSSL()
void setInUseSSL(boolean inUseSSL)
String getInUserName()
void setInUserName(String inUserName)
String getInPassword()
void setInPassword(String inPassword)
int getInReadInterval()
void setInReadInterval(int inReadInterval)
String getOutEmailAddress()
void setOutEmailAddress(String outEmailAddress)
boolean getOutCustom()
boolean isOutCustom()
void setOutCustom(boolean outCustom)
String getOutServerName()
void setOutServerName(String outServerName)
int getOutServerPort()
void setOutServerPort(int outServerPort)
boolean getOutUseSSL()
boolean isOutUseSSL()
void setOutUseSSL(boolean outUseSSL)
String getOutUserName()
void setOutUserName(String outUserName)
String getOutPassword()
void setOutPassword(String outPassword)
boolean getActive()
boolean isActive()
void setActive(boolean active)
MBMailingList toEscapedModel()
boolean isNew()
BaseModel
isNew in interface BaseModel<MBMailingList>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModel
setNew in interface BaseModel<MBMailingList>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
isCachedModel in interface BaseModel<MBMailingList>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<MBMailingList>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModel
isEscapedModel in interface BaseModel<MBMailingList>true if this model instance has been wrapped with an
HTML auto escape handler; false otherwiseBaseModel.setEscapedModel(boolean)void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be wrapped with an HTML auto escape handler using
its toEscapedModel method. For example, UserModel.toEscapedModel().
setEscapedModel in interface BaseModel<MBMailingList>escapedModel - whether this model instance has been wrapped with an
HTML auto escape handlerAutoEscapeBeanHandlerSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBMailingList>ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBMailingList>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBMailingList>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)Object clone()
BaseModel
clone in interface BaseModel<MBMailingList>int compareTo(MBMailingList mbMailingList)
compareTo in interface Comparable<MBMailingList>int hashCode()
hashCode in class ObjectString toString()
toString in class ObjectString toXmlString()
BaseModel
toXmlString in interface BaseModel<MBMailingList>
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||