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.
|
String |
toString() |
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 stored as millipercents, and
must be multiples of 10
with the range from 0 to 100000. The 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 © 2018. All Rights Reserved.