public class IdReference
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Creator |
creator |
protected Description |
description |
protected java.lang.String |
domain |
protected java.lang.String |
identifier |
| Constructor and Description |
|---|
IdReference() |
| Modifier and Type | Method and Description |
|---|---|
Creator |
getCreator()
Gets the value of the creator property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getIdentifier()
Gets the value of the identifier property.
|
void |
setCreator(Creator value)
Sets the value of the creator 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.
|
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property.
|
protected java.lang.String identifier
protected java.lang.String domain
protected Creator creator
protected Description description
public java.lang.String getIdentifier()
Stringpublic void setIdentifier(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 Creator getCreator()
Creatorpublic void setCreator(Creator value)
value - allowed object is
Creatorpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
DescriptionCopyright © 2018 SAP SE. All Rights Reserved.