Liferay 6.0.5

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 MBThreadServiceSoap.

See Also:
MBThreadServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
MBThreadSoap()
           
 
Method Summary
 long getCategoryId()
           
 long getGroupId()
           
 long getLastPostByUserId()
           
 Date getLastPostDate()
           
 int getMessageCount()
           
 long getPrimaryKey()
           
 double getPriority()
           
 long getRootMessageId()
           
 int getStatus()
           
 long getStatusByUserId()
           
 String getStatusByUserName()
           
 Date getStatusDate()
           
 long getThreadId()
           
 int getViewCount()
           
 void setCategoryId(long categoryId)
           
 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 setRootMessageId(long rootMessageId)
           
 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)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

getRootMessageId

public long getRootMessageId()

setRootMessageId

public void setRootMessageId(long rootMessageId)

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)

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.0.5