public class Place
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.lang.String |
code |
protected java.lang.String |
domain |
| Constructor and Description |
|---|
Place() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getCode()
Gets the value of the code property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
protected java.lang.String code
protected java.lang.String domain
protected Address address
public java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic Address getAddress()
AddressCopyright © 2018 SAP SE. All Rights Reserved.