public class SocialActivitySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SocialActivitySoap() |
SocialActivitySoap(long activityId,
long activitySetId,
long classNameId,
long classPK,
long companyId,
long createDate,
java.lang.String extraData,
long groupId,
long mirrorActivityId,
long parentClassNameId,
long parentClassPK,
long primaryKey,
long receiverUserId,
int type,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getActivityId()
Gets the activityId value for this SocialActivitySoap.
|
long |
getActivitySetId()
Gets the activitySetId value for this SocialActivitySoap.
|
long |
getClassNameId()
Gets the classNameId value for this SocialActivitySoap.
|
long |
getClassPK()
Gets the classPK value for this SocialActivitySoap.
|
long |
getCompanyId()
Gets the companyId value for this SocialActivitySoap.
|
long |
getCreateDate()
Gets the createDate value for this SocialActivitySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getExtraData()
Gets the extraData value for this SocialActivitySoap.
|
long |
getGroupId()
Gets the groupId value for this SocialActivitySoap.
|
long |
getMirrorActivityId()
Gets the mirrorActivityId value for this SocialActivitySoap.
|
long |
getParentClassNameId()
Gets the parentClassNameId value for this SocialActivitySoap.
|
long |
getParentClassPK()
Gets the parentClassPK value for this SocialActivitySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this SocialActivitySoap.
|
long |
getReceiverUserId()
Gets the receiverUserId value for this SocialActivitySoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getType()
Gets the type value for this SocialActivitySoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserId()
Gets the userId value for this SocialActivitySoap.
|
int |
hashCode() |
void |
setActivityId(long activityId)
Sets the activityId value for this SocialActivitySoap.
|
void |
setActivitySetId(long activitySetId)
Sets the activitySetId value for this SocialActivitySoap.
|
void |
setClassNameId(long classNameId)
Sets the classNameId value for this SocialActivitySoap.
|
void |
setClassPK(long classPK)
Sets the classPK value for this SocialActivitySoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this SocialActivitySoap.
|
void |
setCreateDate(long createDate)
Sets the createDate value for this SocialActivitySoap.
|
void |
setExtraData(java.lang.String extraData)
Sets the extraData value for this SocialActivitySoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this SocialActivitySoap.
|
void |
setMirrorActivityId(long mirrorActivityId)
Sets the mirrorActivityId value for this SocialActivitySoap.
|
void |
setParentClassNameId(long parentClassNameId)
Sets the parentClassNameId value for this SocialActivitySoap.
|
void |
setParentClassPK(long parentClassPK)
Sets the parentClassPK value for this SocialActivitySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this SocialActivitySoap.
|
void |
setReceiverUserId(long receiverUserId)
Sets the receiverUserId value for this SocialActivitySoap.
|
void |
setType(int type)
Sets the type value for this SocialActivitySoap.
|
void |
setUserId(long userId)
Sets the userId value for this SocialActivitySoap.
|
public SocialActivitySoap()
public SocialActivitySoap(long activityId,
long activitySetId,
long classNameId,
long classPK,
long companyId,
long createDate,
java.lang.String extraData,
long groupId,
long mirrorActivityId,
long parentClassNameId,
long parentClassPK,
long primaryKey,
long receiverUserId,
int type,
long userId)
public long getActivityId()
public void setActivityId(long activityId)
activityId - public long getActivitySetId()
public void setActivitySetId(long activitySetId)
activitySetId - public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public long getCreateDate()
public void setCreateDate(long createDate)
createDate - public java.lang.String getExtraData()
public void setExtraData(java.lang.String extraData)
extraData - public long getGroupId()
public void setGroupId(long groupId)
groupId - public long getMirrorActivityId()
public void setMirrorActivityId(long mirrorActivityId)
mirrorActivityId - public long getParentClassNameId()
public void setParentClassNameId(long parentClassNameId)
parentClassNameId - public long getParentClassPK()
public void setParentClassPK(long parentClassPK)
parentClassPK - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getReceiverUserId()
public void setReceiverUserId(long receiverUserId)
receiverUserId - public int getType()
public void setType(int type)
type - 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)