public class LoadAliasOfCustomer extends Object implements Serializable
Java class for loadAliasOfCustomer complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumber |
protected Long |
pointOfSalesId |
protected Integer |
requestId |
| Constructor and Description |
|---|
LoadAliasOfCustomer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long pointOfSalesId
protected String contactNumber
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic String getContactNumber()
StringCopyright © 2021. All rights reserved.