public abstract class ModelElementImpl extends Object implements ExtensibilityModelElement
| Constructor and Description |
|---|
ModelElementImpl(String id,
String directiveName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two
ModelElements are considered equal if they are of the same type,
have the same identifier and have the same index and depth |
String |
getDirectiveName() |
String |
getId() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic String getDirectiveName()
getDirectiveName in interface ExtensibilityModelElementpublic String getId()
getId in interface ExtensibilityModelElementpublic boolean equals(Object obj)
Two ModelElements are considered equal if they are of the same type,
have the same identifier and have the same index and depth
Copyright © 2005–2021 Alfresco Software. All rights reserved.