com.liferay.portlet.messageboards.model
Class MBThreadSoap
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBThreadSoap
public MBThreadSoap()
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)