public class SalespersonSplit extends Object implements Serializable
SalespersonSplit represents a salesperson and his/her
split.| Constructor and Description |
|---|
SalespersonSplit() |
SalespersonSplit(Long userId,
Integer split) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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
|
Integer |
getSplit()
Gets the split value for this SalespersonSplit.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getUserId()
Gets the userId value for this SalespersonSplit.
|
int |
hashCode() |
void |
setSplit(Integer split)
Sets the split value for this SalespersonSplit.
|
void |
setUserId(Long userId)
Sets the userId value for this SalespersonSplit.
|
public Long getUserId()
public void setUserId(Long userId)
public Integer getSplit()
public void setSplit(Integer split)
split - * The split can be attributed to the salesperson.
The percentage value is in terms of millipercent,
and must be multiples of 1000
with the range from 0 to 100000. This attribute is
optional and default value is 0.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.