public class NamedEntity
extends java.lang.Object
| Constructor and Description |
|---|
NamedEntity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of the entity
|
int |
getId()
Gets the id of the entity
|
java.lang.String |
getName()
Gets the name of the entity
|
void |
setDescription(java.lang.String description)
Sets the description of the entity
|
void |
setId(int id)
Sets the id of the entity
|
void |
setName(java.lang.String name)
Sets the name of the entity
|
public int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - Copyright © Micro Focus 2004-2019. All rights reserved.