public class AccountingSegment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected java.lang.String |
id |
protected Name |
name |
| Constructor and Description |
|---|
AccountingSegment() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
Name |
getName()
Gets the value of the name property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(Name value)
Sets the value of the name property.
|
protected java.lang.String id
protected Name name
protected Description description
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic void setName(Name value)
value - allowed object is
Namepublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.