com.liferay.portlet.messageboards.model
Class MBStatsUserSoap
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBStatsUserSoap
public MBStatsUserSoap()
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)