public class AttachmentReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected InternalID |
internalID |
protected java.lang.String |
length |
protected Name |
name |
| Constructor and Description |
|---|
AttachmentReference() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
InternalID |
getInternalID()
Gets the value of the internalID property.
|
java.lang.String |
getLength()
Gets the value of the length property.
|
Name |
getName()
Gets the value of the name property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setInternalID(InternalID value)
Sets the value of the internalID property.
|
void |
setLength(java.lang.String value)
Sets the value of the length property.
|
void |
setName(Name value)
Sets the value of the name property.
|
protected java.lang.String length
protected Name name
protected Description description
protected InternalID internalID
public java.lang.String getLength()
Stringpublic void setLength(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
Descriptionpublic InternalID getInternalID()
InternalIDpublic void setInternalID(InternalID value)
value - allowed object is
InternalIDCopyright © 2018 SAP SE. All Rights Reserved.