public class BookingClassCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
code |
protected Description |
description |
protected java.lang.String |
domain |
| Constructor and Description |
|---|
BookingClassCode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Gets the value of the code property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
void |
setCode(java.lang.String value)
Sets the value of the code property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
protected java.lang.String domain
protected java.lang.String code
protected Description description
public java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.