public class TotalFilter extends Object
Java class for TotalFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TotalFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="POIID" type="{}POIID" />
<attribute name="SaleID" type="{}SaleID" />
<attribute name="OperatorID" type="{}OperatorID" />
<attribute name="ShiftNumber" type="{}ShiftNumber" />
<attribute name="TotalsGroupID" type="{}TotalsGroupID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operatorID
The Operator id.
|
protected String |
poiid
The Poiid.
|
protected String |
saleID
The Sale id.
|
protected String |
shiftNumber
The Shift number.
|
protected String |
totalsGroupID
The Totals group id.
|
| Constructor and Description |
|---|
TotalFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperatorID()
Gets the value of the operatorID property.
|
String |
getPOIID()
Gets the value of the poiid property.
|
String |
getSaleID()
Gets the value of the saleID property.
|
String |
getShiftNumber()
Gets the value of the shiftNumber property.
|
String |
getTotalsGroupID()
Gets the value of the totalsGroupID property.
|
void |
setOperatorID(String value)
Sets the value of the operatorID property.
|
void |
setPOIID(String value)
Sets the value of the poiid property.
|
void |
setSaleID(String value)
Sets the value of the saleID property.
|
void |
setShiftNumber(String value)
Sets the value of the shiftNumber property.
|
void |
setTotalsGroupID(String value)
Sets the value of the totalsGroupID property.
|
protected String poiid
protected String saleID
protected String operatorID
protected String shiftNumber
protected String totalsGroupID
public String getPOIID()
Stringpublic void setPOIID(String value)
value - allowed object is Stringpublic String getSaleID()
Stringpublic void setSaleID(String value)
value - allowed object is Stringpublic String getOperatorID()
Stringpublic void setOperatorID(String value)
value - allowed object is Stringpublic String getShiftNumber()
Stringpublic void setShiftNumber(String value)
value - allowed object is Stringpublic String getTotalsGroupID()
StringCopyright © 2022. All rights reserved.