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

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

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

See Also:
Serialized Form

Constructor Summary
MBMessageSoap()
           
MBMessageSoap(boolean anonymous, boolean attachments, java.lang.String body, long categoryId, long classNameId, long classPK, long companyId, java.util.Calendar createDate, long groupId, long messageId, java.util.Calendar modifiedDate, long parentMessageId, long primaryKey, double priority, java.lang.String subject, long threadId, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBody()
          Gets the body value for this MBMessageSoap.
 long getCategoryId()
          Gets the categoryId value for this MBMessageSoap.
 long getClassNameId()
          Gets the classNameId value for this MBMessageSoap.
 long getClassPK()
          Gets the classPK value for this MBMessageSoap.
 long getCompanyId()
          Gets the companyId value for this MBMessageSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this MBMessageSoap.
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 MBMessageSoap.
 long getMessageId()
          Gets the messageId value for this MBMessageSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this MBMessageSoap.
 long getParentMessageId()
          Gets the parentMessageId value for this MBMessageSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this MBMessageSoap.
 double getPriority()
          Gets the priority value for this MBMessageSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this MBMessageSoap.
 long getThreadId()
          Gets the threadId value for this MBMessageSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this MBMessageSoap.
 java.lang.String getUserName()
          Gets the userName value for this MBMessageSoap.
 java.lang.String getUuid()
          Gets the uuid value for this MBMessageSoap.
 int hashCode()
           
 boolean isAnonymous()
          Gets the anonymous value for this MBMessageSoap.
 boolean isAttachments()
          Gets the attachments value for this MBMessageSoap.
 void setAnonymous(boolean anonymous)
          Sets the anonymous value for this MBMessageSoap.
 void setAttachments(boolean attachments)
          Sets the attachments value for this MBMessageSoap.
 void setBody(java.lang.String body)
          Sets the body value for this MBMessageSoap.
 void setCategoryId(long categoryId)
          Sets the categoryId value for this MBMessageSoap.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this MBMessageSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this MBMessageSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this MBMessageSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this MBMessageSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this MBMessageSoap.
 void setMessageId(long messageId)
          Sets the messageId value for this MBMessageSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this MBMessageSoap.
 void setParentMessageId(long parentMessageId)
          Sets the parentMessageId value for this MBMessageSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this MBMessageSoap.
 void setPriority(double priority)
          Sets the priority value for this MBMessageSoap.
 void setSubject(java.lang.String subject)
          Sets the subject value for this MBMessageSoap.
 void setThreadId(long threadId)
          Sets the threadId value for this MBMessageSoap.
 void setUserId(long userId)
          Sets the userId value for this MBMessageSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this MBMessageSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this MBMessageSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageSoap

public MBMessageSoap()

MBMessageSoap

public MBMessageSoap(boolean anonymous,
                     boolean attachments,
                     java.lang.String body,
                     long categoryId,
                     long classNameId,
                     long classPK,
                     long companyId,
                     java.util.Calendar createDate,
                     long groupId,
                     long messageId,
                     java.util.Calendar modifiedDate,
                     long parentMessageId,
                     long primaryKey,
                     double priority,
                     java.lang.String subject,
                     long threadId,
                     long userId,
                     java.lang.String userName,
                     java.lang.String uuid)
Method Detail

isAnonymous

public boolean isAnonymous()
Gets the anonymous value for this MBMessageSoap.

Returns:
anonymous

setAnonymous

public void setAnonymous(boolean anonymous)
Sets the anonymous value for this MBMessageSoap.

Parameters:
anonymous -

isAttachments

public boolean isAttachments()
Gets the attachments value for this MBMessageSoap.

Returns:
attachments

setAttachments

public void setAttachments(boolean attachments)
Sets the attachments value for this MBMessageSoap.

Parameters:
attachments -

getBody

public java.lang.String getBody()
Gets the body value for this MBMessageSoap.

Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this MBMessageSoap.

Parameters:
body -

getCategoryId

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

Returns:
categoryId

setCategoryId

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

Parameters:
categoryId -

getClassNameId

public long getClassNameId()
Gets the classNameId value for this MBMessageSoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this MBMessageSoap.

Parameters:
classNameId -

getClassPK

public long getClassPK()
Gets the classPK value for this MBMessageSoap.

Returns:
classPK

setClassPK

public void setClassPK(long classPK)
Sets the classPK value for this MBMessageSoap.

Parameters:
classPK -

getCompanyId

public long getCompanyId()
Gets the companyId value for this MBMessageSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this MBMessageSoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this MBMessageSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this MBMessageSoap.

Parameters:
createDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getMessageId

public long getMessageId()
Gets the messageId value for this MBMessageSoap.

Returns:
messageId

setMessageId

public void setMessageId(long messageId)
Sets the messageId value for this MBMessageSoap.

Parameters:
messageId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this MBMessageSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this MBMessageSoap.

Parameters:
modifiedDate -

getParentMessageId

public long getParentMessageId()
Gets the parentMessageId value for this MBMessageSoap.

Returns:
parentMessageId

setParentMessageId

public void setParentMessageId(long parentMessageId)
Sets the parentMessageId value for this MBMessageSoap.

Parameters:
parentMessageId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getSubject

public java.lang.String getSubject()
Gets the subject value for this MBMessageSoap.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this MBMessageSoap.

Parameters:
subject -

getThreadId

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

Returns:
threadId

setThreadId

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

Parameters:
threadId -

getUserId

public long getUserId()
Gets the userId value for this MBMessageSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this MBMessageSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this MBMessageSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this MBMessageSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this MBMessageSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this MBMessageSoap.

Parameters:
uuid -

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