public class Label extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
content |
protected String |
contentAsString |
protected LabelDescriptor |
descriptor |
protected Long |
id |
protected Integer |
version |
| Constructor and Description |
|---|
Label() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getContent() |
String |
getContentAsString() |
LabelDescriptor |
getDescriptor() |
Long |
getId()
The ID is the primary key of the entity.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Object content
protected String contentAsString
protected LabelDescriptor descriptor
protected Long id
protected Integer version
public Object getContent()
public String getContentAsString()
public LabelDescriptor getDescriptor()
public Long getId()
public Integer getVersion()
Copyright © 2021. All rights reserved.