org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl
Class ACUserImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.emfstore.internal.common.model.impl.IdentifiableElementImpl
                  extended by org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl.ACOrgUnitImpl
                      extended by org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl.ACUserImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, IdentifiableElement, ACOrgUnit, ACUser

public class ACUserImpl
extends ACOrgUnitImpl
implements ACUser

An implementation of the model object ' AC User'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<ACGroup> getEffectiveGroups()
           
 String getFirstName()
           
 String getLastName()
           
 String getPassword()
           
 void setFirstName(String newFirstName)
           
 void setLastName(String newLastName)
           
 void setPassword(String newPassword)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.emfstore.internal.server.model.accesscontrol.impl.ACOrgUnitImpl
equals, getDescription, getId, getName, getProperties, getRoles, hashCode, setDescription, setName
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.model.impl.IdentifiableElementImpl
getIdentifier, setIdentifier
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.accesscontrol.ACOrgUnit
getDescription, getId, getName, getProperties, getRoles, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.model.IdentifiableElement
getIdentifier, setIdentifier
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getFirstName

public String getFirstName()

Specified by:
getFirstName in interface ACUser
Returns:
the value of the 'First Name' attribute.
See Also:
ACUser.setFirstName(String), AccesscontrolPackage.getACUser_FirstName()

setFirstName

public void setFirstName(String newFirstName)

Specified by:
setFirstName in interface ACUser
Parameters:
newFirstName - the new value of the 'First Name' attribute.
See Also:
ACUser.getFirstName()

getLastName

public String getLastName()

Specified by:
getLastName in interface ACUser
Returns:
the value of the 'Last Name' attribute.
See Also:
ACUser.setLastName(String), AccesscontrolPackage.getACUser_LastName()

setLastName

public void setLastName(String newLastName)

Specified by:
setLastName in interface ACUser
Parameters:
newLastName - the new value of the 'Last Name' attribute.
See Also:
ACUser.getLastName()

getEffectiveGroups

public org.eclipse.emf.common.util.EList<ACGroup> getEffectiveGroups()

Specified by:
getEffectiveGroups in interface ACUser
Returns:
the value of the 'Effective Groups' containment reference list.
See Also:
AccesscontrolPackage.getACUser_EffectiveGroups()

getPassword

public String getPassword()

Specified by:
getPassword in interface ACUser
Returns:
the value of the 'Password' attribute.
See Also:
ACUser.setPassword(String), AccesscontrolPackage.getACUser_Password()

setPassword

public void setPassword(String newPassword)

Specified by:
setPassword in interface ACUser
Parameters:
newPassword - the new value of the 'Password' attribute.
See Also:
ACUser.getPassword()

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class ACOrgUnitImpl

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class ACOrgUnitImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class ACOrgUnitImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class ACOrgUnitImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class ACOrgUnitImpl

toString

public String toString()

Overrides:
toString in class ACOrgUnitImpl


Copyright © 2015. All Rights Reserved.