|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.entities.BusinessEntityImpl
org.chorem.bow.BowImportAbstract
public abstract class BowImportAbstract
| 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.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 |
|---|
public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
public static final org.nuiton.wikitty.entities.WikittyExtension extensionBowImport
| Constructor Detail |
|---|
public BowImportAbstract()
public BowImportAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
wikitty - public BowImportAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
businessEntityImpl - | Method Detail |
|---|
public Date getImportDate()
getImportDate in interface BowImportpublic void setImportDate(Date importDate)
setImportDate in interface BowImportimportDate - public String getLink()
getLink in interface BowBookmarkgetLink in interface BowImportpublic void setLink(String link)
setLink in interface BowBookmarksetLink in interface BowImportlink - public String getDescription()
getDescription in interface BowBookmarkgetDescription in interface BowImportpublic void setDescription(String description)
setDescription in interface BowBookmarksetDescription in interface BowImportdescription - public Date getCreationDate()
getCreationDate in interface BowBookmarkgetCreationDate in interface BowImportpublic void setCreationDate(Date creationDate)
setCreationDate in interface BowBookmarksetCreationDate in interface BowImportcreationDate - public int getClick()
getClick in interface BowBookmarkgetClick in interface BowImportpublic void setClick(int click)
setClick in interface BowBookmarksetClick in interface BowImportclick - public String getPrivateAlias()
getPrivateAlias in interface BowBookmarkgetPrivateAlias in interface BowImportpublic void setPrivateAlias(String privateAlias)
setPrivateAlias in interface BowBookmarksetPrivateAlias in interface BowImportprivateAlias - public String getPublicAlias()
getPublicAlias in interface BowBookmarkgetPublicAlias in interface BowImportpublic void setPublicAlias(String publicAlias)
setPublicAlias in interface BowBookmarksetPublicAlias in interface BowImportpublicAlias - public String getBowUser()
getBowUser in interface BowBookmarkgetBowUser in interface BowImportpublic void setBowUser(String bowUser)
setBowUser in interface BowBookmarksetBowUser in interface BowImportbowUser - public Set<String> getLabels()
getLabels in interface BowBookmarkgetLabels in interface BowImportgetLabels in interface org.nuiton.wikitty.entities.WikittyLabelpublic void setLabels(Set<String> labels)
setLabels in interface BowBookmarksetLabels in interface BowImportsetLabels in interface org.nuiton.wikitty.entities.WikittyLabellabels - public void addAllLabels(Set<String> labels)
addAllLabels in interface BowBookmarkaddAllLabels in interface BowImportaddAllLabels in interface org.nuiton.wikitty.entities.WikittyLabellabels - public void addLabels(String element)
addLabels in interface BowBookmarkaddLabels in interface BowImportaddLabels in interface org.nuiton.wikitty.entities.WikittyLabelelement - public void removeLabels(String element)
removeLabels in interface BowBookmarkremoveLabels in interface BowImportremoveLabels in interface org.nuiton.wikitty.entities.WikittyLabelelement - public void clearLabels()
clearLabels in interface BowBookmarkclearLabels in interface BowImportclearLabels in interface org.nuiton.wikitty.entities.WikittyLabelpublic Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImplpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||