public class SalespersonSplit extends Object
SalespersonSplit represents a salesperson and his/her split.
Java class for SalespersonSplit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SalespersonSplit">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="split" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
split |
protected Long |
userId |
| Constructor and Description |
|---|
SalespersonSplit() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSplit()
Gets the value of the split property.
|
Long |
getUserId()
Gets the value of the userId property.
|
void |
setSplit(Integer value)
Sets the value of the split property.
|
void |
setUserId(Long value)
Sets the value of the userId property.
|
public Long getUserId()
Longpublic void setUserId(Long value)
value - allowed object is
Longpublic Integer getSplit()
IntegerCopyright © 2018. All Rights Reserved.