public class EntityType extends Object
| Constructor and Description |
|---|
EntityType()
Instantiates a new entity type.
|
EntityType(String id,
String type,
String label)
Instantiates a new entity type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getLabel()
Gets the label.
|
String |
getType()
Gets the type.
|
void |
setId(String id)
Sets the id.
|
void |
setLabel(String label)
Sets the label.
|
void |
setType(String type)
Sets the type.
|
public String getId()
public void setId(String id)
id - the new idpublic String getType()
public void setType(String type)
type - the new typepublic String getLabel()
public void setLabel(String label)
label - the new labelCopyright © 2018. All rights reserved.