com.liferay.portlet.messageboards.model
Class MBCategorySoap
java.lang.Object
com.liferay.portlet.messageboards.model.MBCategorySoap
- All Implemented Interfaces:
- Serializable
public class MBCategorySoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.messageboards.service.http.MBCategoryServiceSoap
.
- See Also:
com.liferay.portlet.messageboards.service.http.MBCategoryServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBCategorySoap
public MBCategorySoap()
toSoapModel
public static MBCategorySoap toSoapModel(MBCategory model)
toSoapModels
public static MBCategorySoap[] toSoapModels(MBCategory[] models)
toSoapModels
public static MBCategorySoap[][] toSoapModels(MBCategory[][] models)
toSoapModels
public static MBCategorySoap[] toSoapModels(List<MBCategory> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getCategoryId
public long getCategoryId()
setCategoryId
public void setCategoryId(long categoryId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getParentCategoryId
public long getParentCategoryId()
setParentCategoryId
public void setParentCategoryId(long parentCategoryId)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDisplayStyle
public String getDisplayStyle()
setDisplayStyle
public void setDisplayStyle(String displayStyle)
getThreadCount
public int getThreadCount()
setThreadCount
public void setThreadCount(int threadCount)
getMessageCount
public int getMessageCount()
setMessageCount
public void setMessageCount(int messageCount)
getLastPostDate
public Date getLastPostDate()
setLastPostDate
public void setLastPostDate(Date lastPostDate)
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)