public class EntityAddress extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
addrRemarks |
protected String |
city |
protected String |
country |
protected String |
postalCode |
protected String |
state |
Constructor and Description |
---|
EntityAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getAddrRemarks()
Gets the value of the addrRemarks property.
|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getState()
Gets the value of the state property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setAddrRemarks(String value)
Sets the value of the addrRemarks property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String address
protected String city
protected String state
protected String postalCode
protected String country
protected String addrRemarks
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getAddrRemarks()
String
Copyright © 2022. All rights reserved.