public interface HasId
id property.
Note: this is Vaadin-compatible, so the getter returns an Optional.| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getId()
Returns the id, if exists.
|
void |
setId(String id)
Sets this object's id.
|
Copyright © 2023 Miki. All rights reserved.