public abstract class NamedMetaData extends IdMetaDataImpl implements MappableMetaData
| Constructor and Description |
|---|
NamedMetaData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey()
The key
|
String |
getName()
Get the name.
|
int |
hashCode() |
void |
setName(String name)
Set the name.
|
String |
toString() |
clone, getId, setIdpublic String getKey()
MappableMetaDatagetKey in interface MappableMetaDatapublic String getName()
public void setName(String name)
name - the name.IllegalArgumentException - for a null namepublic boolean equals(Object obj)
equals in class IdMetaDataImplpublic int hashCode()
hashCode in class IdMetaDataImplCopyright © 2017 JBoss by Red Hat. All rights reserved.