Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Class MBMailingListSoap

java.lang.Object
  extended by 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.

Constructor Summary
MBMailingListSoap()
           
 
Method Summary
 boolean getActive()
           
 boolean getAllowAnonymous()
           
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getEmailAddress()
           
 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()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isActive()
           
 boolean isAllowAnonymous()
           
 boolean isInUseSSL()
           
 boolean isOutCustom()
           
 boolean isOutUseSSL()
           
 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 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 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 setUuid(String uuid)
           
static MBMailingListSoap toSoapModel(MBMailingList model)
           
static MBMailingListSoap[] toSoapModels(List<MBMailingList> models)
           
static MBMailingListSoap[] toSoapModels(MBMailingList[] models)
           
static MBMailingListSoap[][] toSoapModels(MBMailingList[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMailingListSoap

public MBMailingListSoap()
Method Detail

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)

Liferay 6.2-ce-ga5