org.chorem.bow
Interface BowImport

All Superinterfaces:
BowBookmark, org.nuiton.wikitty.entities.BusinessEntity, Cloneable, Serializable, org.nuiton.wikitty.entities.WikittyLabel
All Known Implementing Classes:
BowImportAbstract, BowImportImpl

public interface BowImport
extends org.nuiton.wikitty.entities.BusinessEntity, BowBookmark


Field Summary
static String EXT_BOWIMPORT
           
static String FIELD_BOWIMPORT_IMPORTDATE
           
static String FQ_FIELD_BOWIMPORT_IMPORTDATE
           
 
Fields inherited from interface org.chorem.bow.BowBookmark
EXT_BOWBOOKMARK, FIELD_BOWBOOKMARK_BOWUSER, FIELD_BOWBOOKMARK_CLICK, FIELD_BOWBOOKMARK_CREATIONDATE, FIELD_BOWBOOKMARK_DESCRIPTION, FIELD_BOWBOOKMARK_LINK, FIELD_BOWBOOKMARK_PRIVATEALIAS, FIELD_BOWBOOKMARK_PUBLICALIAS, FQ_FIELD_BOWBOOKMARK_BOWUSER, FQ_FIELD_BOWBOOKMARK_CLICK, FQ_FIELD_BOWBOOKMARK_CREATIONDATE, FQ_FIELD_BOWBOOKMARK_DESCRIPTION, FQ_FIELD_BOWBOOKMARK_LINK, FQ_FIELD_BOWBOOKMARK_PRIVATEALIAS, FQ_FIELD_BOWBOOKMARK_PUBLICALIAS
 
Fields inherited from interface org.nuiton.wikitty.entities.WikittyLabel
EXT_WIKITTYLABEL, FIELD_WIKITTYLABEL_LABELS, FQ_FIELD_WIKITTYLABEL_LABELS
 
Method Summary
 void addAllLabels(Set<String> labels)
          addAllLabels :
 void addLabels(String element)
          addLabels :
 void clearLabels()
          clearLabels :
 String getBowUser()
          getBowUser :
 int getClick()
          getClick :
 Date getCreationDate()
          getCreationDate :
 String getDescription()
          getDescription :
 Date getImportDate()
          getImportDate :
 Set<String> getLabels()
          getLabels :
 String getLink()
          getLink :
 String getPrivateAlias()
          getPrivateAlias :
 String getPublicAlias()
          getPublicAlias :
 void removeLabels(String element)
          removeLabels :
 void setBowUser(String bowUser)
          setBowUser :
 void setClick(int click)
          setClick :
 void setCreationDate(Date creationDate)
          setCreationDate :
 void setDescription(String description)
          setDescription :
 void setImportDate(Date importDate)
          setImportDate :
 void setLabels(Set<String> labels)
          setLabels :
 void setLink(String link)
          setLink :
 void setPrivateAlias(String privateAlias)
          setPrivateAlias :
 void setPublicAlias(String publicAlias)
          setPublicAlias :
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_BOWIMPORT

static final String EXT_BOWIMPORT
See Also:
Constant Field Values

FIELD_BOWIMPORT_IMPORTDATE

static final String FIELD_BOWIMPORT_IMPORTDATE
See Also:
Constant Field Values

FQ_FIELD_BOWIMPORT_IMPORTDATE

static final String FQ_FIELD_BOWIMPORT_IMPORTDATE
See Also:
Constant Field Values
Method Detail

getImportDate

Date getImportDate()
getImportDate :

Returns:
Date

setImportDate

void setImportDate(Date importDate)
setImportDate :

Parameters:
importDate -

getLink

String getLink()
getLink :

Specified by:
getLink in interface BowBookmark
Returns:
String

setLink

void setLink(String link)
setLink :

Specified by:
setLink in interface BowBookmark
Parameters:
link -

getDescription

String getDescription()
getDescription :

Specified by:
getDescription in interface BowBookmark
Returns:
String

setDescription

void setDescription(String description)
setDescription :

Specified by:
setDescription in interface BowBookmark
Parameters:
description -

getCreationDate

Date getCreationDate()
getCreationDate :

Specified by:
getCreationDate in interface BowBookmark
Returns:
Date

setCreationDate

void setCreationDate(Date creationDate)
setCreationDate :

Specified by:
setCreationDate in interface BowBookmark
Parameters:
creationDate -

getClick

int getClick()
getClick :

Specified by:
getClick in interface BowBookmark
Returns:
int

setClick

void setClick(int click)
setClick :

Specified by:
setClick in interface BowBookmark
Parameters:
click -

getPrivateAlias

String getPrivateAlias()
getPrivateAlias :

Specified by:
getPrivateAlias in interface BowBookmark
Returns:
String

setPrivateAlias

void setPrivateAlias(String privateAlias)
setPrivateAlias :

Specified by:
setPrivateAlias in interface BowBookmark
Parameters:
privateAlias -

getPublicAlias

String getPublicAlias()
getPublicAlias :

Specified by:
getPublicAlias in interface BowBookmark
Returns:
String

setPublicAlias

void setPublicAlias(String publicAlias)
setPublicAlias :

Specified by:
setPublicAlias in interface BowBookmark
Parameters:
publicAlias -

getBowUser

String getBowUser()
getBowUser :

Specified by:
getBowUser in interface BowBookmark
Returns:
String

setBowUser

void setBowUser(String bowUser)
setBowUser :

Specified by:
setBowUser in interface BowBookmark
Parameters:
bowUser -

getLabels

Set<String> getLabels()
getLabels :

Specified by:
getLabels in interface BowBookmark
Specified by:
getLabels in interface org.nuiton.wikitty.entities.WikittyLabel
Returns:
Set

setLabels

void setLabels(Set<String> labels)
setLabels :

Specified by:
setLabels in interface BowBookmark
Specified by:
setLabels in interface org.nuiton.wikitty.entities.WikittyLabel
Parameters:
labels -

addAllLabels

void addAllLabels(Set<String> labels)
addAllLabels :

Specified by:
addAllLabels in interface BowBookmark
Specified by:
addAllLabels in interface org.nuiton.wikitty.entities.WikittyLabel
Parameters:
labels -

addLabels

void addLabels(String element)
addLabels :

Specified by:
addLabels in interface BowBookmark
Specified by:
addLabels in interface org.nuiton.wikitty.entities.WikittyLabel
Parameters:
element -

removeLabels

void removeLabels(String element)
removeLabels :

Specified by:
removeLabels in interface BowBookmark
Specified by:
removeLabels in interface org.nuiton.wikitty.entities.WikittyLabel
Parameters:
element -

clearLabels

void clearLabels()
clearLabels :

Specified by:
clearLabels in interface BowBookmark
Specified by:
clearLabels in interface org.nuiton.wikitty.entities.WikittyLabel


Copyright © 2010-2011 CodeLutin. All Rights Reserved.