Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBCategorySoap

java.lang.Object
  extended by 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

Constructor Summary
MBCategorySoap()
           
 
Method Summary
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 String getDisplayStyle()
           
 long getGroupId()
           
 Date getLastPostDate()
           
 int getMessageCount()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentCategoryId()
           
 long getPrimaryKey()
           
 int getThreadCount()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setDisplayStyle(String displayStyle)
           
 void setGroupId(long groupId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setMessageCount(int messageCount)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentCategoryId(long parentCategoryId)
           
 void setPrimaryKey(long pk)
           
 void setThreadCount(int threadCount)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static MBCategorySoap toSoapModel(MBCategory model)
           
static MBCategorySoap[] toSoapModels(List<MBCategory> models)
           
static MBCategorySoap[] toSoapModels(MBCategory[] models)
           
static MBCategorySoap[][] toSoapModels(MBCategory[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBCategorySoap

public MBCategorySoap()
Method Detail

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)

Liferay 6.1.2-ce-ga3