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
MBCategoryServiceSoap
.
- See Also:
MBCategoryServiceSoap
,
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 |
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)
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)