@ForUseOnly public static interface Catalog.Card
Modifier and Type | Method and Description |
---|---|
UUID |
getId()
Provides the unique identifier of this card.
|
FormData |
getItem()
Provides the item referred to with this card.
|
Template |
getTemplate()
Provides the template this card's item is based upon.
|
void |
loadItem(FormData formData)
Loads the data from the given item into this card.
|
@ApiDoc(comment="Provides the card\'s unique identifier.", since="5.2.181202") @NotNull UUID getId()
@ApiDoc(comment="Provides the template this card\'s item is based upon.", since="5.2.6") @NotNull Template getTemplate() throws ElementUnavailableException
ElementUnavailableException
- If the element is not available.@ApiDoc(comment="Provides the item referred to with this card.", since="5.2.6") @NotNull FormData getItem()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210