@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Feb 04 19:13:56 CET 2014") public abstract class SecurityUserAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements SecurityUser
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalId
Nom de l'attribut en BD : externalId
|
protected String |
login
Nom de l'attribut en BD : login
|
protected String |
password
Nom de l'attribut en BD : password
|
protected Collection<SecurityRole> |
securityRole
Nom de l'attribut en BD : securityRole
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesEXTERNAL_ID, LOGIN, PASSWORD, SECURITY_ROLE| Constructor and Description |
|---|
SecurityUserAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
void |
addAllSecurityRole(Collection<SecurityRole> securityRole) |
void |
addSecurityRole(SecurityRole securityRole) |
void |
clearSecurityRole() |
String |
getExternalId() |
String |
getLogin() |
String |
getPassword() |
Collection<SecurityRole> |
getSecurityRole() |
SecurityRole |
getSecurityRoleByTopiaId(String topiaId) |
Collection<String> |
getSecurityRoleTopiaIds() |
boolean |
isSecurityRoleEmpty() |
boolean |
isSecurityRoleNotEmpty() |
void |
removeSecurityRole(SecurityRole securityRole) |
void |
setExternalId(String externalId) |
void |
setLogin(String login) |
void |
setPassword(String password) |
void |
setSecurityRole(Collection<SecurityRole> securityRole) |
int |
sizeSecurityRole() |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String login
protected String password
protected String externalId
protected Collection<SecurityRole> securityRole
public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionpublic void setLogin(String login)
setLogin in interface SecurityUserpublic String getLogin()
getLogin in interface SecurityUserpublic void setPassword(String password)
setPassword in interface SecurityUserpublic String getPassword()
getPassword in interface SecurityUserpublic void setExternalId(String externalId)
setExternalId in interface SecurityUserpublic String getExternalId()
getExternalId in interface SecurityUserpublic void addSecurityRole(SecurityRole securityRole)
addSecurityRole in interface SecurityUserpublic void addAllSecurityRole(Collection<SecurityRole> securityRole)
addAllSecurityRole in interface SecurityUserpublic void setSecurityRole(Collection<SecurityRole> securityRole)
setSecurityRole in interface SecurityUserpublic void removeSecurityRole(SecurityRole securityRole)
removeSecurityRole in interface SecurityUserpublic void clearSecurityRole()
clearSecurityRole in interface SecurityUserpublic Collection<SecurityRole> getSecurityRole()
getSecurityRole in interface SecurityUserpublic SecurityRole getSecurityRoleByTopiaId(String topiaId)
getSecurityRoleByTopiaId in interface SecurityUserpublic Collection<String> getSecurityRoleTopiaIds()
getSecurityRoleTopiaIds in interface SecurityUserpublic int sizeSecurityRole()
sizeSecurityRole in interface SecurityUserpublic boolean isSecurityRoleEmpty()
isSecurityRoleEmpty in interface SecurityUserpublic boolean isSecurityRoleNotEmpty()
isSecurityRoleNotEmpty in interface SecurityUserCopyright © 2010–2014 CodeLutin. All rights reserved.