public abstract class ModelElement extends Object
| Constructor and Description |
|---|
ModelElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare) |
String |
getDescription()
Get the description for this element
|
String |
getDisplayName()
Get the display name for this element
|
String |
getId()
Get the unique Name for this element
|
String |
getVersion()
Get the version of this element
|
int |
hashCode() |
void |
setId(String id)
Set the unique Name for this element
|
String |
toString() |
public String getId()
public void setId(String id)
id - unique name to setpublic String getDisplayName()
public String getDescription()
public String getVersion()
Copyright © 2018–2020 ODPi. All rights reserved.