public interface ACUser extends ACOrgUnit<ESUser>
AccesscontrolPackage.getACUser()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ACGroup> |
getEffectiveGroups()
Returns the value of the 'Effective Groups' containment
reference list.
|
String |
getFirstName()
Returns the value of the 'First Name' attribute.
|
String |
getLastName()
Returns the value of the 'Last Name' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
void |
setFirstName(String value)
Sets the value of the '
First Name' attribute. |
void |
setLastName(String value)
Sets the value of the '
Last Name' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password' attribute. |
getDescription, getId, getName, getProperties, getRoles, setDescription, setNamegetIdentifier, setIdentifiereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIString getFirstName()
If the meaning of the 'First Name' attribute isn't clear, there really should be more of a description here...
setFirstName(String),
AccesscontrolPackage.getACUser_FirstName()void setFirstName(String value)
First Name' attribute.
value - the new value of the 'First Name' attribute.getFirstName()String getLastName()
If the meaning of the 'Last Name' attribute isn't clear, there really should be more of a description here...
setLastName(String),
AccesscontrolPackage.getACUser_LastName()void setLastName(String value)
Last Name' attribute. value - the new value of the 'Last Name' attribute.getLastName()org.eclipse.emf.common.util.EList<ACGroup> getEffectiveGroups()
ACGroup .
If the meaning of the 'Effective Groups' containment reference list isn't clear, there really should be more of a description here...
AccesscontrolPackage.getACUser_EffectiveGroups()String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String),
AccesscontrolPackage.getACUser_Password()void setPassword(String value)
Password' attribute.
value - the new value of the 'Password' attribute.getPassword()Copyright © 2017. All rights reserved.