public abstract class NamedObject extends IDObject
| Constructor and Description |
|---|
NamedObject(ID id,
Name name)
Creates a named object.
|
| Modifier and Type | Method and Description |
|---|---|
Name |
getName() |
addProperty, equals, getID, getProperties, hashCode, isPersisted, removeProperty, setPersisted, toStringpublic NamedObject(ID id, Name name)
id - the id of the object; if null, name will be used as its IDname - the name of the object; must not be null - typically this is determined
from the agent configuration as defined in the standalone.xml configuration.public Name getName()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.