public class SocialActivitySettingSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SocialActivitySettingSoap() |
SocialActivitySettingSoap(long activitySettingId,
int activityType,
long classNameId,
long companyId,
long groupId,
java.lang.String name,
long primaryKey,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getActivitySettingId()
Gets the activitySettingId value for this SocialActivitySettingSoap.
|
int |
getActivityType()
Gets the activityType value for this SocialActivitySettingSoap.
|
long |
getClassNameId()
Gets the classNameId value for this SocialActivitySettingSoap.
|
long |
getCompanyId()
Gets the companyId value for this SocialActivitySettingSoap.
|
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 SocialActivitySettingSoap.
|
java.lang.String |
getName()
Gets the name value for this SocialActivitySettingSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this SocialActivitySettingSoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getValue()
Gets the value value for this SocialActivitySettingSoap.
|
int |
hashCode() |
void |
setActivitySettingId(long activitySettingId)
Sets the activitySettingId value for this SocialActivitySettingSoap.
|
void |
setActivityType(int activityType)
Sets the activityType value for this SocialActivitySettingSoap.
|
void |
setClassNameId(long classNameId)
Sets the classNameId value for this SocialActivitySettingSoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this SocialActivitySettingSoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this SocialActivitySettingSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this SocialActivitySettingSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this SocialActivitySettingSoap.
|
void |
setValue(java.lang.String value)
Sets the value value for this SocialActivitySettingSoap.
|
public SocialActivitySettingSoap()
public SocialActivitySettingSoap(long activitySettingId,
int activityType,
long classNameId,
long companyId,
long groupId,
java.lang.String name,
long primaryKey,
java.lang.String value)
public long getActivitySettingId()
public void setActivitySettingId(long activitySettingId)
activitySettingId - public int getActivityType()
public void setActivityType(int activityType)
activityType - public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public long getGroupId()
public void setGroupId(long groupId)
groupId - public java.lang.String getName()
public void setName(java.lang.String name)
name - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public java.lang.String getValue()
public void setValue(java.lang.String value)
value - 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)