public class EntityGroupName
extends java.lang.Object
EntityDescriptor belongs.
It will typically be attached to an entity descriptor via its
XMLObject.getObjectMetadata().| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
The entities descriptor group name.
|
| Constructor and Description |
|---|
EntityGroupName(java.lang.String newName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Get the entity group name.
|
int |
hashCode() |
@Nonnull @NotEmpty private java.lang.String name
public EntityGroupName(@Nonnull @NotEmpty
java.lang.String newName)
newName - the entity group name@Nonnull @NotEmpty public java.lang.String getName()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object