public class Segment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
id |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected java.lang.String id
protected java.lang.String description
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.