org.chorem.bow
Interface Bookmark
- All Superinterfaces:
- org.nuiton.wikitty.BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- BookmarkAbstract, BookmarkHelper, BookmarkImpl
public interface Bookmark
- extends org.nuiton.wikitty.BusinessEntity
| Methods inherited from interface org.nuiton.wikitty.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
EXT_BOOKMARK
static final String EXT_BOOKMARK
- See Also:
- Constant Field Values
FIELD_LINK
static final String FIELD_LINK
- See Also:
- Constant Field Values
FQ_FIELD_LINK
static final String FQ_FIELD_LINK
- See Also:
- Constant Field Values
FIELD_DESCRIPTION
static final String FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FQ_FIELD_DESCRIPTION
static final String FQ_FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FIELD_TAGS
static final String FIELD_TAGS
- See Also:
- Constant Field Values
FQ_FIELD_TAGS
static final String FQ_FIELD_TAGS
- See Also:
- Constant Field Values
FIELD_DATE
static final String FIELD_DATE
- See Also:
- Constant Field Values
FQ_FIELD_DATE
static final String FQ_FIELD_DATE
- See Also:
- Constant Field Values
FIELD_EMAIL
static final String FIELD_EMAIL
- See Also:
- Constant Field Values
FQ_FIELD_EMAIL
static final String FQ_FIELD_EMAIL
- See Also:
- Constant Field Values
FIELD_CLICK
static final String FIELD_CLICK
- See Also:
- Constant Field Values
FQ_FIELD_CLICK
static final String FQ_FIELD_CLICK
- See Also:
- Constant Field Values
FIELD_ALIAS
static final String FIELD_ALIAS
- See Also:
- Constant Field Values
FQ_FIELD_ALIAS
static final String FQ_FIELD_ALIAS
- See Also:
- Constant Field Values
setLink
void setLink(String link)
getLink
String getLink()
setDescription
void setDescription(String description)
getDescription
String getDescription()
getTags
Set<String> getTags()
addTags
void addTags(String element)
removeTags
void removeTags(String element)
clearTags
void clearTags()
setDate
void setDate(Date date)
getDate
Date getDate()
setEmail
void setEmail(String email)
getEmail
String getEmail()
setClick
void setClick(int click)
getClick
int getClick()
setAlias
void setAlias(String alias)
getAlias
String getAlias()
Copyright © 2010 CodeLutin. All Rights Reserved.