org.nuiton.wikitty
Interface WikittyUser
- All Superinterfaces:
- BusinessEntity, Cloneable, Serializable
- All Known Implementing Classes:
- WikittyUserAbstract, WikittyUserHelper, WikittyUserImpl
public interface WikittyUser
- extends BusinessEntity
| Methods inherited from interface org.nuiton.wikitty.BusinessEntity |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion |
EXT_WIKITTYUSER
static final String EXT_WIKITTYUSER
- See Also:
- Constant Field Values
FIELD_WIKITTYUSER_LOGIN
static final String FIELD_WIKITTYUSER_LOGIN
- See Also:
- Constant Field Values
FQ_FIELD_WIKITTYUSER_LOGIN
static final String FQ_FIELD_WIKITTYUSER_LOGIN
- See Also:
- Constant Field Values
FIELD_WIKITTYUSER_PASSWORD
static final String FIELD_WIKITTYUSER_PASSWORD
- See Also:
- Constant Field Values
FQ_FIELD_WIKITTYUSER_PASSWORD
static final String FQ_FIELD_WIKITTYUSER_PASSWORD
- See Also:
- Constant Field Values
setLogin
void setLogin(String login)
getLogin
String getLogin()
setPassword
void setPassword(String password)
getPassword
String getPassword()
Copyright © 2009-2010 CodeLutin. All Rights Reserved.