de.nava.informa.utils.manager.memory
Class Item
java.lang.Object
de.nava.informa.impl.basic.Item
de.nava.informa.utils.manager.memory.Item
- All Implemented Interfaces:
- ItemIF, WithCategoriesMIF, WithChannelMIF, WithCreatorMIF, WithDescriptionMIF, WithElementsAndAttributesMIF, WithIdMIF, WithLinkMIF, WithTitleMIF, WithUnreadMIF, Serializable
public class Item
- extends Item
Local implementation of ItemIF
.
- Author:
- Aleksey Gureev (spyromus@noizeramp.com)
- See Also:
- Serialized Form
Methods inherited from class de.nava.informa.impl.basic.Item |
addCategory, equals, getAttributeValue, getAttributeValues, getCategories, getChannel, getComments, getCreator, getDate, getDescription, getElementValue, getElementValues, getEnclosure, getFound, getGuid, getId, getLink, getSource, getSubject, getTitle, getUnRead, hashCode, removeCategory, setCategories, setChannel, setComments, setCreator, setDate, setDescription, setEnclosure, setFound, setGuid, setId, setLink, setSource, setSubject, setTitle, setUnRead, toString |
Item
public Item(long id,
String title,
ChannelIF parent)
- Creates item object.
- Parameters:
id
- ID of item.title
- title of item.parent
- parent channel.
getParent
public final ChannelIF getParent()
- Returns parent channel of this item.
- Returns:
- parent channel.
setParent
public final void setParent(ChannelIF parent)
- Sets parent channel of this item.
- Parameters:
parent
- parent channel.
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.