Liferay 6.1.2-ce-ga3

com.liferay.portlet.messageboards.model
Class MBStatsUserSoap

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBStatsUserSoap
All Implemented Interfaces:
Serializable

public class MBStatsUserSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MBStatsUserSoap()
           
 
Method Summary
 long getGroupId()
           
 Date getLastPostDate()
           
 int getMessageCount()
           
 long getPrimaryKey()
           
 long getStatsUserId()
           
 long getUserId()
           
 void setGroupId(long groupId)
           
 void setLastPostDate(Date lastPostDate)
           
 void setMessageCount(int messageCount)
           
 void setPrimaryKey(long pk)
           
 void setStatsUserId(long statsUserId)
           
 void setUserId(long userId)
           
static MBStatsUserSoap toSoapModel(MBStatsUser model)
           
static MBStatsUserSoap[] toSoapModels(List<MBStatsUser> models)
           
static MBStatsUserSoap[] toSoapModels(MBStatsUser[] models)
           
static MBStatsUserSoap[][] toSoapModels(MBStatsUser[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBStatsUserSoap

public MBStatsUserSoap()
Method Detail

toSoapModel

public static MBStatsUserSoap toSoapModel(MBStatsUser model)

toSoapModels

public static MBStatsUserSoap[] toSoapModels(MBStatsUser[] models)

toSoapModels

public static MBStatsUserSoap[][] toSoapModels(MBStatsUser[][] models)

toSoapModels

public static MBStatsUserSoap[] toSoapModels(List<MBStatsUser> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getStatsUserId

public long getStatsUserId()

setStatsUserId

public void setStatsUserId(long statsUserId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

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