org.chorem.bow
Class BowImportAbstract

java.lang.Object
  extended by org.nuiton.wikitty.entities.BusinessEntityImpl
      extended by org.chorem.bow.BowImportAbstract
All Implemented Interfaces:
Serializable, Cloneable, BowBookmark, BowImport, org.nuiton.wikitty.entities.BusinessEntity, org.nuiton.wikitty.entities.WikittyLabel
Direct Known Subclasses:
BowImportImpl

public abstract class BowImportAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements BowImport

See Also:
Serialized Form

Field Summary
static org.nuiton.wikitty.entities.WikittyExtension extensionBowImport
           
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface org.chorem.bow.BowImport
EXT_BOWIMPORT, FIELD_BOWIMPORT_IMPORTDATE, 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
 
Constructor Summary
BowImportAbstract()
          BowImportAbstract :
BowImportAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
          BowImportAbstract :
BowImportAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          BowImportAbstract :
 
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 :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 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 :
 String toString()
          toString :
 
Methods inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions

extensionBowImport

public static final org.nuiton.wikitty.entities.WikittyExtension extensionBowImport
Constructor Detail

BowImportAbstract

public BowImportAbstract()
BowImportAbstract :


BowImportAbstract

public BowImportAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
BowImportAbstract :

Parameters:
wikitty -

BowImportAbstract

public BowImportAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
BowImportAbstract :

Parameters:
businessEntityImpl -
Method Detail

getImportDate

public Date getImportDate()
getImportDate :

Specified by:
getImportDate in interface BowImport
Returns:
Date

setImportDate

public void setImportDate(Date importDate)
setImportDate :

Specified by:
setImportDate in interface BowImport
Parameters:
importDate -

getLink

public String getLink()
getLink :

Specified by:
getLink in interface BowBookmark
Specified by:
getLink in interface BowImport
Returns:
String

setLink

public void setLink(String link)
setLink :

Specified by:
setLink in interface BowBookmark
Specified by:
setLink in interface BowImport
Parameters:
link -

getDescription

public String getDescription()
getDescription :

Specified by:
getDescription in interface BowBookmark
Specified by:
getDescription in interface BowImport
Returns:
String

setDescription

public void setDescription(String description)
setDescription :

Specified by:
setDescription in interface BowBookmark
Specified by:
setDescription in interface BowImport
Parameters:
description -

getCreationDate

public Date getCreationDate()
getCreationDate :

Specified by:
getCreationDate in interface BowBookmark
Specified by:
getCreationDate in interface BowImport
Returns:
Date

setCreationDate

public void setCreationDate(Date creationDate)
setCreationDate :

Specified by:
setCreationDate in interface BowBookmark
Specified by:
setCreationDate in interface BowImport
Parameters:
creationDate -

getClick

public int getClick()
getClick :

Specified by:
getClick in interface BowBookmark
Specified by:
getClick in interface BowImport
Returns:
int

setClick

public void setClick(int click)
setClick :

Specified by:
setClick in interface BowBookmark
Specified by:
setClick in interface BowImport
Parameters:
click -

getPrivateAlias

public String getPrivateAlias()
getPrivateAlias :

Specified by:
getPrivateAlias in interface BowBookmark
Specified by:
getPrivateAlias in interface BowImport
Returns:
String

setPrivateAlias

public void setPrivateAlias(String privateAlias)
setPrivateAlias :

Specified by:
setPrivateAlias in interface BowBookmark
Specified by:
setPrivateAlias in interface BowImport
Parameters:
privateAlias -

getPublicAlias

public String getPublicAlias()
getPublicAlias :

Specified by:
getPublicAlias in interface BowBookmark
Specified by:
getPublicAlias in interface BowImport
Returns:
String

setPublicAlias

public void setPublicAlias(String publicAlias)
setPublicAlias :

Specified by:
setPublicAlias in interface BowBookmark
Specified by:
setPublicAlias in interface BowImport
Parameters:
publicAlias -

getBowUser

public String getBowUser()
getBowUser :

Specified by:
getBowUser in interface BowBookmark
Specified by:
getBowUser in interface BowImport
Returns:
String

setBowUser

public void setBowUser(String bowUser)
setBowUser :

Specified by:
setBowUser in interface BowBookmark
Specified by:
setBowUser in interface BowImport
Parameters:
bowUser -

getLabels

public Set<String> getLabels()
getLabels :

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

setLabels

public void setLabels(Set<String> labels)
setLabels :

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

addAllLabels

public void addAllLabels(Set<String> labels)
addAllLabels :

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

addLabels

public void addLabels(String element)
addLabels :

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

removeLabels

public void removeLabels(String element)
removeLabels :

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

clearLabels

public void clearLabels()
clearLabels :

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

getStaticExtensions

public Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2010-2011 CodeLutin. All Rights Reserved.