org.nuiton.topia.taas.entities
Interface TaasUser
- All Superinterfaces:
- Serializable, TopiaEntity
- All Known Implementing Classes:
- TaasUserAbstract, TaasUserImpl
public interface TaasUser
- extends TopiaEntity
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
LOGIN
static final String LOGIN
- See Also:
- Constant Field Values
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
EMAIL
static final String EMAIL
- See Also:
- Constant Field Values
ENABLED
static final String ENABLED
- See Also:
- Constant Field Values
LAST_CONNECTION_DATE
static final String LAST_CONNECTION_DATE
- See Also:
- Constant Field Values
NUMBER_OF_CONNECTION
static final String NUMBER_OF_CONNECTION
- See Also:
- Constant Field Values
LINK
static final String LINK
- See Also:
- Constant Field Values
PRINCIPALS
static final String PRINCIPALS
- See Also:
- Constant Field Values
setLogin
void setLogin(String login)
getLogin
String getLogin()
setPassword
void setPassword(String password)
getPassword
String getPassword()
setEmail
void setEmail(String email)
getEmail
String getEmail()
setEnabled
void setEnabled(boolean enabled)
isEnabled
boolean isEnabled()
getEnabled
boolean getEnabled()
setLastConnectionDate
void setLastConnectionDate(Date lastConnectionDate)
getLastConnectionDate
Date getLastConnectionDate()
setNumberOfConnection
void setNumberOfConnection(int numberOfConnection)
getNumberOfConnection
int getNumberOfConnection()
setLink
void setLink(String link)
getLink
String getLink()
addPrincipals
void addPrincipals(TaasPrincipal principals)
addAllPrincipals
void addAllPrincipals(Collection<TaasPrincipal> principals)
setPrincipals
void setPrincipals(Collection<TaasPrincipal> principals)
removePrincipals
void removePrincipals(TaasPrincipal principals)
clearPrincipals
void clearPrincipals()
getPrincipals
Collection<TaasPrincipal> getPrincipals()
getPrincipalsByTopiaId
TaasPrincipal getPrincipalsByTopiaId(String topiaId)
sizePrincipals
int sizePrincipals()
isPrincipalsEmpty
boolean isPrincipalsEmpty()
Copyright © 2004-2011 CodeLutin. All Rights Reserved.