com.liferay.client.soap.portlet.messageboards.model
Class MBThreadSoap

java.lang.Object
  extended by com.liferay.client.soap.portlet.messageboards.model.MBThreadSoap
All Implemented Interfaces:
java.io.Serializable

public class MBThreadSoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MBThreadSoap()
           
MBThreadSoap(long categoryId, long groupId, long lastPostByUserId, java.util.Calendar lastPostDate, int messageCount, long primaryKey, double priority, long rootMessageId, long threadId, int viewCount)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCategoryId()
          Gets the categoryId value for this MBThreadSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this MBThreadSoap.
 long getLastPostByUserId()
          Gets the lastPostByUserId value for this MBThreadSoap.
 java.util.Calendar getLastPostDate()
          Gets the lastPostDate value for this MBThreadSoap.
 int getMessageCount()
          Gets the messageCount value for this MBThreadSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this MBThreadSoap.
 double getPriority()
          Gets the priority value for this MBThreadSoap.
 long getRootMessageId()
          Gets the rootMessageId value for this MBThreadSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getThreadId()
          Gets the threadId value for this MBThreadSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getViewCount()
          Gets the viewCount value for this MBThreadSoap.
 int hashCode()
           
 void setCategoryId(long categoryId)
          Sets the categoryId value for this MBThreadSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this MBThreadSoap.
 void setLastPostByUserId(long lastPostByUserId)
          Sets the lastPostByUserId value for this MBThreadSoap.
 void setLastPostDate(java.util.Calendar lastPostDate)
          Sets the lastPostDate value for this MBThreadSoap.
 void setMessageCount(int messageCount)
          Sets the messageCount value for this MBThreadSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this MBThreadSoap.
 void setPriority(double priority)
          Sets the priority value for this MBThreadSoap.
 void setRootMessageId(long rootMessageId)
          Sets the rootMessageId value for this MBThreadSoap.
 void setThreadId(long threadId)
          Sets the threadId value for this MBThreadSoap.
 void setViewCount(int viewCount)
          Sets the viewCount value for this MBThreadSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBThreadSoap

public MBThreadSoap()

MBThreadSoap

public MBThreadSoap(long categoryId,
                    long groupId,
                    long lastPostByUserId,
                    java.util.Calendar lastPostDate,
                    int messageCount,
                    long primaryKey,
                    double priority,
                    long rootMessageId,
                    long threadId,
                    int viewCount)
Method Detail

getCategoryId

public long getCategoryId()
Gets the categoryId value for this MBThreadSoap.

Returns:
categoryId

setCategoryId

public void setCategoryId(long categoryId)
Sets the categoryId value for this MBThreadSoap.

Parameters:
categoryId -

getGroupId

public long getGroupId()
Gets the groupId value for this MBThreadSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this MBThreadSoap.

Parameters:
groupId -

getLastPostByUserId

public long getLastPostByUserId()
Gets the lastPostByUserId value for this MBThreadSoap.

Returns:
lastPostByUserId

setLastPostByUserId

public void setLastPostByUserId(long lastPostByUserId)
Sets the lastPostByUserId value for this MBThreadSoap.

Parameters:
lastPostByUserId -

getLastPostDate

public java.util.Calendar getLastPostDate()
Gets the lastPostDate value for this MBThreadSoap.

Returns:
lastPostDate

setLastPostDate

public void setLastPostDate(java.util.Calendar lastPostDate)
Sets the lastPostDate value for this MBThreadSoap.

Parameters:
lastPostDate -

getMessageCount

public int getMessageCount()
Gets the messageCount value for this MBThreadSoap.

Returns:
messageCount

setMessageCount

public void setMessageCount(int messageCount)
Sets the messageCount value for this MBThreadSoap.

Parameters:
messageCount -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this MBThreadSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this MBThreadSoap.

Parameters:
primaryKey -

getPriority

public double getPriority()
Gets the priority value for this MBThreadSoap.

Returns:
priority

setPriority

public void setPriority(double priority)
Sets the priority value for this MBThreadSoap.

Parameters:
priority -

getRootMessageId

public long getRootMessageId()
Gets the rootMessageId value for this MBThreadSoap.

Returns:
rootMessageId

setRootMessageId

public void setRootMessageId(long rootMessageId)
Sets the rootMessageId value for this MBThreadSoap.

Parameters:
rootMessageId -

getThreadId

public long getThreadId()
Gets the threadId value for this MBThreadSoap.

Returns:
threadId

setThreadId

public void setThreadId(long threadId)
Sets the threadId value for this MBThreadSoap.

Parameters:
threadId -

getViewCount

public int getViewCount()
Gets the viewCount value for this MBThreadSoap.

Returns:
viewCount

setViewCount

public void setViewCount(int viewCount)
Sets the viewCount value for this MBThreadSoap.

Parameters:
viewCount -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer