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 SOAP remote services, specifically com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap
.
- See Also:
com.liferay.portlet.messageboards.service.http.MBThreadServiceSoap
,
Serialized Form
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)
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)