com.liferay.client.soap.portal.model
Class MembershipRequestSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.MembershipRequestSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
MembershipRequestSoap()
           
MembershipRequestSoap(java.lang.String comments, long companyId, java.util.Calendar createDate, long groupId, long membershipRequestId, long primaryKey, long replierUserId, java.lang.String replyComments, java.util.Calendar replyDate, int statusId, long userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComments()
          Gets the comments value for this MembershipRequestSoap.
 long getCompanyId()
          Gets the companyId value for this MembershipRequestSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this MembershipRequestSoap.
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 MembershipRequestSoap.
 long getMembershipRequestId()
          Gets the membershipRequestId value for this MembershipRequestSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this MembershipRequestSoap.
 long getReplierUserId()
          Gets the replierUserId value for this MembershipRequestSoap.
 java.lang.String getReplyComments()
          Gets the replyComments value for this MembershipRequestSoap.
 java.util.Calendar getReplyDate()
          Gets the replyDate value for this MembershipRequestSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatusId()
          Gets the statusId value for this MembershipRequestSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this MembershipRequestSoap.
 int hashCode()
           
 void setComments(java.lang.String comments)
          Sets the comments value for this MembershipRequestSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this MembershipRequestSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this MembershipRequestSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this MembershipRequestSoap.
 void setMembershipRequestId(long membershipRequestId)
          Sets the membershipRequestId value for this MembershipRequestSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this MembershipRequestSoap.
 void setReplierUserId(long replierUserId)
          Sets the replierUserId value for this MembershipRequestSoap.
 void setReplyComments(java.lang.String replyComments)
          Sets the replyComments value for this MembershipRequestSoap.
 void setReplyDate(java.util.Calendar replyDate)
          Sets the replyDate value for this MembershipRequestSoap.
 void setStatusId(int statusId)
          Sets the statusId value for this MembershipRequestSoap.
 void setUserId(long userId)
          Sets the userId value for this MembershipRequestSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MembershipRequestSoap

public MembershipRequestSoap()

MembershipRequestSoap

public MembershipRequestSoap(java.lang.String comments,
                             long companyId,
                             java.util.Calendar createDate,
                             long groupId,
                             long membershipRequestId,
                             long primaryKey,
                             long replierUserId,
                             java.lang.String replyComments,
                             java.util.Calendar replyDate,
                             int statusId,
                             long userId)
Method Detail

getComments

public java.lang.String getComments()
Gets the comments value for this MembershipRequestSoap.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this MembershipRequestSoap.

Parameters:
comments -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getMembershipRequestId

public long getMembershipRequestId()
Gets the membershipRequestId value for this MembershipRequestSoap.

Returns:
membershipRequestId

setMembershipRequestId

public void setMembershipRequestId(long membershipRequestId)
Sets the membershipRequestId value for this MembershipRequestSoap.

Parameters:
membershipRequestId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getReplierUserId

public long getReplierUserId()
Gets the replierUserId value for this MembershipRequestSoap.

Returns:
replierUserId

setReplierUserId

public void setReplierUserId(long replierUserId)
Sets the replierUserId value for this MembershipRequestSoap.

Parameters:
replierUserId -

getReplyComments

public java.lang.String getReplyComments()
Gets the replyComments value for this MembershipRequestSoap.

Returns:
replyComments

setReplyComments

public void setReplyComments(java.lang.String replyComments)
Sets the replyComments value for this MembershipRequestSoap.

Parameters:
replyComments -

getReplyDate

public java.util.Calendar getReplyDate()
Gets the replyDate value for this MembershipRequestSoap.

Returns:
replyDate

setReplyDate

public void setReplyDate(java.util.Calendar replyDate)
Sets the replyDate value for this MembershipRequestSoap.

Parameters:
replyDate -

getStatusId

public int getStatusId()
Gets the statusId value for this MembershipRequestSoap.

Returns:
statusId

setStatusId

public void setStatusId(int statusId)
Sets the statusId value for this MembershipRequestSoap.

Parameters:
statusId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

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