public class ItemTag extends Object implements ItemTagIfc
| Constructor and Description |
|---|
ItemTag() |
ItemTag(ItemDataIfc item,
String tagId,
String tagLabel,
String tagCollectionId,
String tagCollectionName) |
| 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) |
public ItemTag()
public ItemTag(ItemDataIfc item, String tagId, String tagLabel, String tagCollectionId, String tagCollectionName)
public Long getId()
getId in interface ItemTagIfcpublic void setId(Long id)
setId in interface ItemTagIfcpublic ItemDataIfc getItem()
getItem in interface ItemTagIfcpublic void setItem(ItemDataIfc item)
setItem in interface ItemTagIfcpublic String getTagId()
getTagId in interface ItemTagIfcpublic void setTagId(String tagId)
setTagId in interface ItemTagIfcpublic String getTagLabel()
getTagLabel in interface ItemTagIfcpublic void setTagLabel(String tagLabel)
setTagLabel in interface ItemTagIfcpublic String getTagCollectionId()
getTagCollectionId in interface ItemTagIfcpublic void setTagCollectionId(String tagCollectionId)
setTagCollectionId in interface ItemTagIfcpublic String getTagCollectionName()
getTagCollectionName in interface ItemTagIfcpublic void setTagCollectionName(String tagCollectionName)
setTagCollectionName in interface ItemTagIfcCopyright © 2005–2018 Sakai Project. All rights reserved.