public class WikittyUserDTO extends Object implements WikittyUser
| Modifier and Type | Field and Description |
|---|---|
protected String |
login |
protected int |
modificationCount |
protected String |
password |
protected String |
wikittyId |
protected String |
wikittyVersion |
ELEMENT_FIELD_WIKITTYUSER_LOGIN, ELEMENT_FIELD_WIKITTYUSER_PASSWORD, EXT_WIKITTYUSER, FIELD_WIKITTYUSER_LOGIN, FIELD_WIKITTYUSER_PASSWORD, FQ_FIELD_WIKITTYUSER_LOGIN, FQ_FIELD_WIKITTYUSER_PASSWORD| Constructor and Description |
|---|
WikittyUserDTO() |
WikittyUserDTO(String wikittyId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
addPropertyChangeListener(String property,
PropertyChangeListener listener) |
void |
copyFrom(BusinessEntity source) |
Collection<String> |
getExtensionFields(String ext) |
Collection<String> |
getExtensionNames() |
Object |
getField(String ext,
String fieldName) |
Object |
getFieldAsObject(String ext,
String fieldName) |
String |
getLogin() |
String |
getPassword() |
Collection<String> |
getStaticExtensionNames() |
String |
getWikittyId() |
String |
getWikittyVersion() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListener(String property,
PropertyChangeListener listener) |
void |
setField(String ext,
String fieldName,
Object value) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setWikittyId(String wikittyId) |
void |
setWikittyVersion(String wikittyVersion) |
String |
toString() |
protected String login
protected String password
protected String wikittyId
protected int modificationCount
protected String wikittyVersion
public WikittyUserDTO()
public WikittyUserDTO(String wikittyId)
public 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 String getWikittyId()
getWikittyId in interface BusinessEntitypublic void setWikittyId(String wikittyId)
public String getWikittyVersion()
getWikittyVersion in interface BusinessEntitypublic void setWikittyVersion(String wikittyVersion)
setWikittyVersion in interface BusinessEntitypublic void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntitypublic void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntitypublic void addPropertyChangeListener(String property, PropertyChangeListener listener)
addPropertyChangeListener in interface BusinessEntitypublic void removePropertyChangeListener(String property, PropertyChangeListener listener)
removePropertyChangeListener in interface BusinessEntitypublic Collection<String> getExtensionFields(String ext)
getExtensionFields in interface BusinessEntitypublic Collection<String> getExtensionNames()
getExtensionNames in interface BusinessEntitypublic Collection<String> getStaticExtensionNames()
getStaticExtensionNames in interface BusinessEntitypublic Object getField(String ext, String fieldName)
getField in interface BusinessEntitypublic Object getFieldAsObject(String ext, String fieldName)
getFieldAsObject in interface BusinessEntitypublic void setField(String ext, String fieldName, Object value)
setField in interface BusinessEntitypublic void copyFrom(BusinessEntity source)
copyFrom in interface BusinessEntityCopyright © 2010–2013 CodeLutin. All rights reserved.