@Generated(value="org.nuiton.wikitty.generator.WikittyAbstractGenerator", date="Mon Jul 20 19:43:36 CEST 2015") public abstract class BowUserAbstract extends org.nuiton.wikitty.entities.BusinessEntityImpl implements BowUser
| Modifier and Type | Field and Description |
|---|---|
static org.nuiton.wikitty.entities.WikittyExtension |
extensionBowUser |
static List<org.nuiton.wikitty.entities.WikittyExtension> |
extensions |
extensionForMetaExtension, propertyChangeSupport, wikittyELEMENT_FIELD_BOWUSER_PERMANENTTOKEN, EXT_BOWUSER, FIELD_BOWUSER_PERMANENTTOKEN, FQ_FIELD_BOWUSER_PERMANENTTOKENELEMENT_FIELD_WIKITTYUSER_LOGIN, ELEMENT_FIELD_WIKITTYUSER_PASSWORD, EXT_WIKITTYUSER, FIELD_WIKITTYUSER_LOGIN, FIELD_WIKITTYUSER_PASSWORD, FQ_FIELD_WIKITTYUSER_LOGIN, FQ_FIELD_WIKITTYUSER_PASSWORDELEMENT_FIELD_BOWPREFERENCE_BOOKMARKS, ELEMENT_FIELD_BOWPREFERENCE_COLORS, ELEMENT_FIELD_BOWPREFERENCE_FAVICON, ELEMENT_FIELD_BOWPREFERENCE_SCREENSHOT, ELEMENT_FIELD_BOWPREFERENCE_TAGS, EXT_BOWPREFERENCE, FIELD_BOWPREFERENCE_BOOKMARKS, FIELD_BOWPREFERENCE_COLORS, FIELD_BOWPREFERENCE_FAVICON, FIELD_BOWPREFERENCE_SCREENSHOT, FIELD_BOWPREFERENCE_TAGS, FQ_FIELD_BOWPREFERENCE_BOOKMARKS, FQ_FIELD_BOWPREFERENCE_COLORS, FQ_FIELD_BOWPREFERENCE_FAVICON, FQ_FIELD_BOWPREFERENCE_SCREENSHOT, FQ_FIELD_BOWPREFERENCE_TAGS| Constructor and Description |
|---|
BowUserAbstract() |
BowUserAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl) |
BowUserAbstract(org.nuiton.wikitty.entities.Wikitty wikitty) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBookmarks() |
String |
getColors() |
Boolean |
getFavicon() |
String |
getLogin() |
String |
getPassword() |
String |
getPermanentToken() |
Boolean |
getScreenshot() |
Collection<org.nuiton.wikitty.entities.WikittyExtension> |
getStaticExtensions() |
int |
getTags() |
void |
setBookmarks(int bookmarks) |
void |
setColors(String colors) |
void |
setFavicon(Boolean favicon) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setPermanentToken(String permanentToken) |
void |
setScreenshot(Boolean screenshot) |
void |
setTags(int tags) |
String |
toString()
Return toString representation.
|
addPropertyChangeListener, addPropertyChangeListener, copyFrom, equals, getExtensionFields, getExtensionNames, getField, getFieldAsObject, getFieldType, getPropertyChangeSupport, getStaticExtensionNames, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getFieldAsObject, getStaticExtensionNames, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersionpublic static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
public static final org.nuiton.wikitty.entities.WikittyExtension extensionBowUser
public BowUserAbstract()
public BowUserAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
public BowUserAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
public String getPermanentToken()
getPermanentToken in interface BowUserpublic void setPermanentToken(String permanentToken)
setPermanentToken in interface BowUserpublic String getLogin()
getLogin in interface WikittyUserpublic void setLogin(String login)
setLogin in interface WikittyUserpublic String getPassword()
getPassword in interface WikittyUserpublic void setPassword(String password)
setPassword in interface WikittyUserpublic int getTags()
getTags in interface BowPreferencepublic void setTags(int tags)
setTags in interface BowPreferencepublic int getBookmarks()
getBookmarks in interface BowPreferencepublic void setBookmarks(int bookmarks)
setBookmarks in interface BowPreferencepublic String getColors()
getColors in interface BowPreferencepublic void setColors(String colors)
setColors in interface BowPreferencepublic Boolean getScreenshot()
getScreenshot in interface BowPreferencepublic void setScreenshot(Boolean screenshot)
setScreenshot in interface BowPreferencepublic Boolean getFavicon()
getFavicon in interface BowPreferencepublic void setFavicon(Boolean favicon)
setFavicon in interface BowPreferencepublic Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImplCopyright © 2010–2015 CodeLutin. All rights reserved.