public class SalespersonSplit extends Object implements Serializable
SalespersonSplit represents a salesperson.| Constructor and Description |
|---|
SalespersonSplit() |
SalespersonSplit(Long userId) |
| 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
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getUserId()
Gets the userId value for this SalespersonSplit.
|
int |
hashCode() |
void |
setUserId(Long userId)
Sets the userId value for this SalespersonSplit.
|
String |
toString() |
public SalespersonSplit()
public SalespersonSplit(Long userId)
public Long getUserId()
public void setUserId(Long userId)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.