Class PublishedItemTag
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemTag
-
- All Implemented Interfaces:
Serializable,ItemTagIfc
public class PublishedItemTag extends Object implements ItemTagIfc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublishedItemTag()PublishedItemTag(ItemDataIfc item, String tagId, String tagLabel, String tagCollectionId, String tagCollectionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()ItemDataIfcgetItem()StringgetTagCollectionId()StringgetTagCollectionName()StringgetTagId()StringgetTagLabel()voidsetId(Long id)voidsetItem(ItemDataIfc item)voidsetTagCollectionId(String tagCollectionId)voidsetTagCollectionName(String tagCollectionName)voidsetTagId(String tagId)voidsetTagLabel(String tagLabel)
-
-
-
Constructor Detail
-
PublishedItemTag
public PublishedItemTag()
-
PublishedItemTag
public PublishedItemTag(ItemDataIfc item, String tagId, String tagLabel, String tagCollectionId, String tagCollectionName)
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceItemTagIfc
-
setId
public void setId(Long id)
- Specified by:
setIdin interfaceItemTagIfc
-
getItem
public ItemDataIfc getItem()
- Specified by:
getItemin interfaceItemTagIfc
-
setItem
public void setItem(ItemDataIfc item)
- Specified by:
setItemin interfaceItemTagIfc
-
getTagId
public String getTagId()
- Specified by:
getTagIdin interfaceItemTagIfc
-
setTagId
public void setTagId(String tagId)
- Specified by:
setTagIdin interfaceItemTagIfc
-
getTagLabel
public String getTagLabel()
- Specified by:
getTagLabelin interfaceItemTagIfc
-
setTagLabel
public void setTagLabel(String tagLabel)
- Specified by:
setTagLabelin interfaceItemTagIfc
-
getTagCollectionId
public String getTagCollectionId()
- Specified by:
getTagCollectionIdin interfaceItemTagIfc
-
setTagCollectionId
public void setTagCollectionId(String tagCollectionId)
- Specified by:
setTagCollectionIdin interfaceItemTagIfc
-
getTagCollectionName
public String getTagCollectionName()
- Specified by:
getTagCollectionNamein interfaceItemTagIfc
-
setTagCollectionName
public void setTagCollectionName(String tagCollectionName)
- Specified by:
setTagCollectionNamein interfaceItemTagIfc
-
-