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


Field Summary
static String EXT_BOOKMARK
           
static String FIELD_ALIAS
           
static String FIELD_CLICK
           
static String FIELD_DATE
           
static String FIELD_DESCRIPTION
           
static String FIELD_EMAIL
           
static String FIELD_LINK
           
static String FIELD_TAGS
           
static String FQ_FIELD_ALIAS
           
static String FQ_FIELD_CLICK
           
static String FQ_FIELD_DATE
           
static String FQ_FIELD_DESCRIPTION
           
static String FQ_FIELD_EMAIL
           
static String FQ_FIELD_LINK
           
static String FQ_FIELD_TAGS
           
 
Method Summary
 void addTags(String element)
           
 void clearTags()
           
 String getAlias()
           
 int getClick()
           
 Date getDate()
           
 String getDescription()
           
 String getEmail()
           
 String getLink()
           
 Set<String> getTags()
           
 void removeTags(String element)
           
 void setAlias(String alias)
           
 void setClick(int click)
           
 void setDate(Date date)
           
 void setDescription(String description)
           
 void setEmail(String email)
           
 void setLink(String link)
           
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

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
Method Detail

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.