public class SpotlightActivityWeight extends Object implements Serializable
| Constructor and Description |
|---|
SpotlightActivityWeight() |
SpotlightActivityWeight(long activityId,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getActivityId()
Gets the activityId value for this SpotlightActivityWeight.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWeight()
Gets the weight value for this SpotlightActivityWeight.
|
int |
hashCode() |
void |
setActivityId(long activityId)
Sets the activityId value for this SpotlightActivityWeight.
|
void |
setWeight(int weight)
Sets the weight value for this SpotlightActivityWeight.
|
public SpotlightActivityWeight()
public SpotlightActivityWeight(long activityId,
int weight)
public long getActivityId()
public void setActivityId(long activityId)
activityId - public int getWeight()
public void setWeight(int weight)
weight - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.