|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portlet.messageboards.model.MBThreadSoap
public class MBThreadSoap
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 |
---|
public 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 |
---|
public long getCategoryId()
public void setCategoryId(long categoryId)
categoryId
- public long getGroupId()
public void setGroupId(long groupId)
groupId
- public long getLastPostByUserId()
public void setLastPostByUserId(long lastPostByUserId)
lastPostByUserId
- public java.util.Calendar getLastPostDate()
public void setLastPostDate(java.util.Calendar lastPostDate)
lastPostDate
- public int getMessageCount()
public void setMessageCount(int messageCount)
messageCount
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public double getPriority()
public void setPriority(double priority)
priority
- public long getRootMessageId()
public void setRootMessageId(long rootMessageId)
rootMessageId
- public long getThreadId()
public void setThreadId(long threadId)
threadId
- public int getViewCount()
public void setViewCount(int viewCount)
viewCount
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |