Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBThreadSoap

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBThreadSoap
All Implemented Interfaces:
Serializable

public class MBThreadSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap.

See Also:
com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap, Serialized Form

Constructor Summary
MBThreadSoap()
           
 
Method Summary
 long getCategoryId()
           
 long getCompanyId()
           
 long getGroupId()
           
 long getLastPostByUserId()
           
 Date getLastPostDate()
           
 int getMessageCount()
           
 long getPrimaryKey()
           
 double getPriority()
           
 boolean getQuestion()
           
 long getRootMessageId()
           
 long getRootMessageUserId()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 long getThreadId()
           
 int getViewCount()
           
 boolean isQuestion()
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setGroupId(long groupId)
           
 void setLastPostByUserId(long lastPostByUserId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setMessageCount(int messageCount)
           
 void setPrimaryKey(long pk)
           
 void setPriority(double priority)
           
 void setQuestion(boolean question)
           
 void setRootMessageId(long rootMessageId)
           
 void setRootMessageUserId(long rootMessageUserId)
           
 void setStatus(int status)
           
 void setStatusByUserId(long statusByUserId)
           
 void setStatusByUserName(String statusByUserName)
           
 void setStatusDate(Date statusDate)
           
 void setThreadId(long threadId)
           
 void setViewCount(int viewCount)
           
static MBThreadSoap toSoapModel(MBThread model)
           
static MBThreadSoap[] toSoapModels(List<MBThread> models)
           
static MBThreadSoap[] toSoapModels(MBThread[] models)
           
static MBThreadSoap[][] toSoapModels(MBThread[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadSoap

public MBThreadSoap()
Method Detail

toSoapModel

public static MBThreadSoap toSoapModel(MBThread model)

toSoapModels

public static MBThreadSoap[] toSoapModels(MBThread[] models)

toSoapModels

public static MBThreadSoap[][] toSoapModels(MBThread[][] models)

toSoapModels

public static MBThreadSoap[] toSoapModels(List<MBThread> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getThreadId

public long getThreadId()

setThreadId

public void setThreadId(long threadId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getRootMessageId

public long getRootMessageId()

setRootMessageId

public void setRootMessageId(long rootMessageId)

getRootMessageUserId

public long getRootMessageUserId()

setRootMessageUserId

public void setRootMessageUserId(long rootMessageUserId)

getMessageCount

public int getMessageCount()

setMessageCount

public void setMessageCount(int messageCount)

getViewCount

public int getViewCount()

setViewCount

public void setViewCount(int viewCount)

getLastPostByUserId

public long getLastPostByUserId()

setLastPostByUserId

public void setLastPostByUserId(long lastPostByUserId)

getLastPostDate

public Date getLastPostDate()

setLastPostDate

public void setLastPostDate(Date lastPostDate)

getPriority

public double getPriority()

setPriority

public void setPriority(double priority)

getQuestion

public boolean getQuestion()

isQuestion

public boolean isQuestion()

setQuestion

public void setQuestion(boolean question)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getStatusByUserId

public long getStatusByUserId()

setStatusByUserId

public void setStatusByUserId(long statusByUserId)

getStatusByUserName

public String getStatusByUserName()

setStatusByUserName

public void setStatusByUserName(String statusByUserName)

getStatusDate

public Date getStatusDate()

setStatusDate

public void setStatusDate(Date statusDate)

Liferay 6.1.2-ce-ga3