com.liferay.portlet.messageboards.model
Class MBThreadSoap

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

public class MBThreadSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap, Serialized Form

Constructor Summary
MBThreadSoap()
           
 
Method Summary
 long getCategoryId()
           
 long getLastPostByUserId()
           
 java.util.Date getLastPostDate()
           
 int getMessageCount()
           
 long getPrimaryKey()
           
 double getPriority()
           
 long getRootMessageId()
           
 long getThreadId()
           
 int getViewCount()
           
 void setCategoryId(long categoryId)
           
 void setLastPostByUserId(long lastPostByUserId)
           
 void setLastPostDate(java.util.Date lastPostDate)
           
 void setMessageCount(int messageCount)
           
 void setPrimaryKey(long pk)
           
 void setPriority(double priority)
           
 void setRootMessageId(long rootMessageId)
           
 void setThreadId(long threadId)
           
 void setViewCount(int viewCount)
           
static MBThreadSoap toSoapModel(MBThread model)
           
static MBThreadSoap[] toSoapModels(java.util.List<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(java.util.List<MBThread> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getThreadId

public long getThreadId()

setThreadId

public void setThreadId(long threadId)

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 java.util.Date getLastPostDate()

setLastPostDate

public void setLastPostDate(java.util.Date lastPostDate)

getPriority

public double getPriority()

setPriority

public void setPriority(double priority)