com.liferay.portlet.messageboards.model
Class MBMailingListSoap
java.lang.Object
com.liferay.portlet.messageboards.model.MBMailingListSoap
- All Implemented Interfaces:
- Serializable
public class MBMailingListSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBMailingListSoap
public MBMailingListSoap()
toSoapModel
public static MBMailingListSoap toSoapModel(MBMailingList model)
toSoapModels
public static MBMailingListSoap[] toSoapModels(MBMailingList[] models)
toSoapModels
public static MBMailingListSoap[][] toSoapModels(MBMailingList[][] models)
toSoapModels
public static MBMailingListSoap[] toSoapModels(List<MBMailingList> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getMailingListId
public long getMailingListId()
setMailingListId
public void setMailingListId(long mailingListId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getCategoryId
public long getCategoryId()
setCategoryId
public void setCategoryId(long categoryId)
getEmailAddress
public String getEmailAddress()
setEmailAddress
public void setEmailAddress(String emailAddress)
getInProtocol
public String getInProtocol()
setInProtocol
public void setInProtocol(String inProtocol)
getInServerName
public String getInServerName()
setInServerName
public void setInServerName(String inServerName)
getInServerPort
public int getInServerPort()
setInServerPort
public void setInServerPort(int inServerPort)
getInUseSSL
public boolean getInUseSSL()
isInUseSSL
public boolean isInUseSSL()
setInUseSSL
public void setInUseSSL(boolean inUseSSL)
getInUserName
public String getInUserName()
setInUserName
public void setInUserName(String inUserName)
getInPassword
public String getInPassword()
setInPassword
public void setInPassword(String inPassword)
getInReadInterval
public int getInReadInterval()
setInReadInterval
public void setInReadInterval(int inReadInterval)
getOutEmailAddress
public String getOutEmailAddress()
setOutEmailAddress
public void setOutEmailAddress(String outEmailAddress)
getOutCustom
public boolean getOutCustom()
isOutCustom
public boolean isOutCustom()
setOutCustom
public void setOutCustom(boolean outCustom)
getOutServerName
public String getOutServerName()
setOutServerName
public void setOutServerName(String outServerName)
getOutServerPort
public int getOutServerPort()
setOutServerPort
public void setOutServerPort(int outServerPort)
getOutUseSSL
public boolean getOutUseSSL()
isOutUseSSL
public boolean isOutUseSSL()
setOutUseSSL
public void setOutUseSSL(boolean outUseSSL)
getOutUserName
public String getOutUserName()
setOutUserName
public void setOutUserName(String outUserName)
getOutPassword
public String getOutPassword()
setOutPassword
public void setOutPassword(String outPassword)
getAllowAnonymous
public boolean getAllowAnonymous()
isAllowAnonymous
public boolean isAllowAnonymous()
setAllowAnonymous
public void setAllowAnonymous(boolean allowAnonymous)
getActive
public boolean getActive()
isActive
public boolean isActive()
setActive
public void setActive(boolean active)