public interface ItemTagIfc extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
ItemDataIfc |
getItem() |
String |
getTagCollectionId() |
String |
getTagCollectionName() |
String |
getTagId() |
String |
getTagLabel() |
void |
setId(Long id) |
void |
setItem(ItemDataIfc item) |
void |
setTagCollectionId(String tagCollectionId) |
void |
setTagCollectionName(String tagCollectionName) |
void |
setTagId(String tagId) |
void |
setTagLabel(String tagLabel) |
Long getId()
void setId(Long id)
ItemDataIfc getItem()
void setItem(ItemDataIfc item)
String getTagId()
void setTagId(String tagId)
String getTagLabel()
void setTagLabel(String tagLabel)
String getTagCollectionId()
void setTagCollectionId(String tagCollectionId)
String getTagCollectionName()
void setTagCollectionName(String tagCollectionName)
Copyright © 2022. All rights reserved.