public class NamedObject extends Object
Constructor and Description |
---|
NamedObject(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name.
|
String |
getNormalizedName()
Returns the name following the the java naming rules.
|
int |
hashCode() |
String |
toString() |
public NamedObject(String name)
name
- The name of the entity.public String getName()
public String getNormalizedName()
Copyright © 2005–2017. All rights reserved.