@Entity public class EntityType extends Object implements ReloadableEntity<Integer>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id
The Integer ID used as a primary key for this database object.
|
| Constructor and Description |
|---|
EntityType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getID()
The standard getter for the ID of this EntityType
|
String |
getLabel()
The standard getter for the label of this EntityType
|
void |
setId(Integer id)
The standard setter for the ID of this EntityType
|
void |
setLabel(String label)
The standard setter for the label of this EntityType
|
protected Integer id
public void setId(Integer id)
id - The ID that this EntityType's ID will be set topublic String getLabel()
public void setLabel(String label)
label - The label that this EntityType's label will be set topublic Integer getID()
getID in interface ReloadableEntity<Integer>Copyright © 2019 DuraSpace. All rights reserved.