public class MembershipRequestSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MembershipRequestSoap() |
MembershipRequestSoap(java.lang.String comments,
long companyId,
java.util.Calendar createDate,
long groupId,
long membershipRequestId,
long mvccVersion,
long primaryKey,
long replierUserId,
java.lang.String replyComments,
java.util.Calendar replyDate,
long statusId,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
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 |
getMvccVersion()
Gets the mvccVersion 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
|
long |
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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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(long statusId)
Sets the statusId value for this MembershipRequestSoap.
|
void |
setUserId(long userId)
Sets the userId value for this MembershipRequestSoap.
|
public MembershipRequestSoap()
public MembershipRequestSoap(java.lang.String comments,
long companyId,
java.util.Calendar createDate,
long groupId,
long membershipRequestId,
long mvccVersion,
long primaryKey,
long replierUserId,
java.lang.String replyComments,
java.util.Calendar replyDate,
long statusId,
long userId)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getGroupId()
public void setGroupId(long groupId)
groupId - public long getMembershipRequestId()
public void setMembershipRequestId(long membershipRequestId)
membershipRequestId - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getReplierUserId()
public void setReplierUserId(long replierUserId)
replierUserId - public java.lang.String getReplyComments()
public void setReplyComments(java.lang.String replyComments)
replyComments - public java.util.Calendar getReplyDate()
public void setReplyDate(java.util.Calendar replyDate)
replyDate - public long getStatusId()
public void setStatusId(long statusId)
statusId - public long getUserId()
public void setUserId(long userId)
userId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)