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()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getPointOfSalesId()
Long
public void setPointOfSalesId(Long value)
value
- allowed object is
Long
public String getContactNumber()
String
Copyright © 2021. All rights reserved.