public class UserSessionImpl extends IdEObjectImpl implements UserSession
The following features are implemented:
IdEObjectImpl.Stateorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
UserSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
protected int |
eStaticFeatureCount() |
AccessMethod |
getAccessMethod() |
Date |
getActiveSince() |
Date |
getLastActive() |
String |
getName() |
String |
getRemoteAddress() |
UserType |
getType() |
User |
getUser() |
String |
getUsername() |
void |
setAccessMethod(AccessMethod newAccessMethod) |
void |
setActiveSince(Date newActiveSince) |
void |
setLastActive(Date newLastActive) |
void |
setName(String newName) |
void |
setRemoteAddress(String newRemoteAddress) |
void |
setType(UserType newType) |
void |
setUser(User newUser) |
void |
setUsername(String newUsername) |
dynamicGet, dynamicSet, eSet, eSet, eSettingDelegate, forceLoad, getExpressId, getLoadingState, getModel, getOid, getPid, getQueryInterface, getRid, hasModel, isLoadedOrLoading, load, remove, setExpressId, setLoaded, setLoading, setLoadingState, setModel, setOid, setPid, setQueryInterface, setRid, useInversesdynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eInternalContainer, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class org.eclipse.emf.ecore.impl.BasicEObjectImplprotected int eStaticFeatureCount()
eStaticFeatureCount in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic User getUser()
getUser in interface UserSessionUserSession.setUser(User),
StorePackage.getUserSession_User()public void setUser(User newUser)
setUser in interface UserSessionnewUser - the new value of the 'User' reference.UserSession.getUser()public String getUsername()
getUsername in interface UserSessionUserSession.setUsername(String),
StorePackage.getUserSession_Username()public void setUsername(String newUsername)
setUsername in interface UserSessionnewUsername - the new value of the 'Username' attribute.UserSession.getUsername()public String getName()
getName in interface UserSessionUserSession.setName(String),
StorePackage.getUserSession_Name()public void setName(String newName)
setName in interface UserSessionnewName - the new value of the 'Name' attribute.UserSession.getName()public UserType getType()
getType in interface UserSessionUserType,
UserSession.setType(UserType),
StorePackage.getUserSession_Type()public void setType(UserType newType)
setType in interface UserSessionnewType - the new value of the 'Type' attribute.UserType,
UserSession.getType()public String getRemoteAddress()
getRemoteAddress in interface UserSessionUserSession.setRemoteAddress(String),
StorePackage.getUserSession_RemoteAddress()public void setRemoteAddress(String newRemoteAddress)
setRemoteAddress in interface UserSessionnewRemoteAddress - the new value of the 'Remote Address' attribute.UserSession.getRemoteAddress()public Date getActiveSince()
getActiveSince in interface UserSessionUserSession.setActiveSince(Date),
StorePackage.getUserSession_ActiveSince()public void setActiveSince(Date newActiveSince)
setActiveSince in interface UserSessionnewActiveSince - the new value of the 'Active Since' attribute.UserSession.getActiveSince()public Date getLastActive()
getLastActive in interface UserSessionUserSession.setLastActive(Date),
StorePackage.getUserSession_LastActive()public void setLastActive(Date newLastActive)
setLastActive in interface UserSessionnewLastActive - the new value of the 'Last Active' attribute.UserSession.getLastActive()public AccessMethod getAccessMethod()
getAccessMethod in interface UserSessionAccessMethod,
UserSession.setAccessMethod(AccessMethod),
StorePackage.getUserSession_AccessMethod()public void setAccessMethod(AccessMethod newAccessMethod)
setAccessMethod in interface UserSessionnewAccessMethod - the new value of the 'Access Method' attribute.AccessMethod,
UserSession.getAccessMethod()Copyright © 2016 OpenSource BIM. All rights reserved.