public interface UserSession extends IdEObject
The following features are supported:
StorePackage.getUserSession()| Modifier and Type | Method and Description |
|---|---|
AccessMethod |
getAccessMethod()
Returns the value of the 'Access Method' attribute.
|
Date |
getActiveSince()
Returns the value of the 'Active Since' attribute.
|
Date |
getLastActive()
Returns the value of the 'Last Active' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getRemoteAddress()
Returns the value of the 'Remote Address' attribute.
|
UserType |
getType()
Returns the value of the 'Type' attribute.
|
User |
getUser()
Returns the value of the 'User' reference.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
void |
setAccessMethod(AccessMethod value)
Sets the value of the '
Access Method' attribute. |
void |
setActiveSince(Date value)
Sets the value of the '
Active Since' attribute. |
void |
setLastActive(Date value)
Sets the value of the '
Last Active' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setRemoteAddress(String value)
Sets the value of the '
Remote Address' attribute. |
void |
setType(UserType value)
Sets the value of the '
Type' attribute. |
void |
setUser(User value)
Sets the value of the '
User' reference. |
void |
setUsername(String value)
Sets the value of the '
Username' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeUser getUser()
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(User),
StorePackage.getUserSession_User()void setUser(User value)
User' reference.
value - the new value of the 'User' reference.getUser()String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String),
StorePackage.getUserSession_Username()void setUsername(String value)
Username' attribute.
value - the new value of the 'Username' attribute.getUsername()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getUserSession_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()UserType getType()
UserType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
UserType,
setType(UserType),
StorePackage.getUserSession_Type()String getRemoteAddress()
If the meaning of the 'Remote Address' attribute isn't clear, there really should be more of a description here...
setRemoteAddress(String),
StorePackage.getUserSession_RemoteAddress()void setRemoteAddress(String value)
Remote Address' attribute.
value - the new value of the 'Remote Address' attribute.getRemoteAddress()Date getActiveSince()
If the meaning of the 'Active Since' attribute isn't clear, there really should be more of a description here...
setActiveSince(Date),
StorePackage.getUserSession_ActiveSince()void setActiveSince(Date value)
Active Since' attribute.
value - the new value of the 'Active Since' attribute.getActiveSince()Date getLastActive()
If the meaning of the 'Last Active' attribute isn't clear, there really should be more of a description here...
setLastActive(Date),
StorePackage.getUserSession_LastActive()void setLastActive(Date value)
Last Active' attribute.
value - the new value of the 'Last Active' attribute.getLastActive()AccessMethod getAccessMethod()
AccessMethod.
If the meaning of the 'Access Method' attribute isn't clear, there really should be more of a description here...
AccessMethod,
setAccessMethod(AccessMethod),
StorePackage.getUserSession_AccessMethod()void setAccessMethod(AccessMethod value)
Access Method' attribute.
value - the new value of the 'Access Method' attribute.AccessMethod,
getAccessMethod()Copyright © 2016 OpenSource BIM. All rights reserved.