public interface User extends IdEObject
The following features are supported:
StorePackage.getUser()| Modifier and Type | Method and Description |
|---|---|
User |
getCreatedBy()
Returns the value of the 'Created By' reference.
|
Date |
getCreatedOn()
Returns the value of the 'Created On' attribute.
|
org.eclipse.emf.common.util.EList<ExtendedData> |
getExtendedData()
Returns the value of the 'Extended Data' reference list.
|
org.eclipse.emf.common.util.EList<Project> |
getHasRightsOn()
Returns the value of the 'Has Rights On' reference list.
|
Date |
getLastSeen()
Returns the value of the 'Last Seen' attribute.
|
org.eclipse.emf.common.util.EList<UserRelated> |
getLogs()
Returns the value of the 'Logs' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
byte[] |
getPasswordHash()
Returns the value of the 'Password Hash' attribute.
|
byte[] |
getPasswordSalt()
Returns the value of the 'Password Salt' attribute.
|
org.eclipse.emf.common.util.EList<Revision> |
getRevisions()
Returns the value of the 'Revisions' reference list.
|
org.eclipse.emf.common.util.EList<ExtendedDataSchema> |
getSchemas()
Returns the value of the 'Schemas' reference list.
|
org.eclipse.emf.common.util.EList<Service> |
getServices()
Returns the value of the 'Services' reference list.
|
ObjectState |
getState()
Returns the value of the 'State' attribute.
|
String |
getToken()
Returns the value of the 'Token' attribute.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
UserSettings |
getUserSettings()
Returns the value of the 'User Settings' reference.
|
UserType |
getUserType()
Returns the value of the 'User Type' attribute.
|
byte[] |
getValidationToken()
Returns the value of the 'Validation Token' attribute.
|
Date |
getValidationTokenCreated()
Returns the value of the 'Validation Token Created' attribute.
|
void |
setCreatedBy(User value)
Sets the value of the '
Created By' reference. |
void |
setCreatedOn(Date value)
Sets the value of the '
Created On' attribute. |
void |
setLastSeen(Date value)
Sets the value of the '
Last Seen' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPasswordHash(byte[] value)
Sets the value of the '
Password Hash' attribute. |
void |
setPasswordSalt(byte[] value)
Sets the value of the '
Password Salt' attribute. |
void |
setState(ObjectState value)
Sets the value of the '
State' attribute. |
void |
setToken(String value)
Sets the value of the '
Token' attribute. |
void |
setUsername(String value)
Sets the value of the '
Username' attribute. |
void |
setUserSettings(UserSettings value)
Sets the value of the '
User Settings' reference. |
void |
setUserType(UserType value)
Sets the value of the '
User Type' attribute. |
void |
setValidationToken(byte[] value)
Sets the value of the '
Validation Token' attribute. |
void |
setValidationTokenCreated(Date value)
Sets the value of the '
Validation Token Created' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getUser_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()byte[] getPasswordHash()
If the meaning of the 'Password Hash' attribute isn't clear, there really should be more of a description here...
setPasswordHash(byte[]),
StorePackage.getUser_PasswordHash()void setPasswordHash(byte[] value)
Password Hash' attribute.
value - the new value of the 'Password Hash' attribute.getPasswordHash()byte[] getPasswordSalt()
If the meaning of the 'Password Salt' attribute isn't clear, there really should be more of a description here...
setPasswordSalt(byte[]),
StorePackage.getUser_PasswordSalt()void setPasswordSalt(byte[] value)
Password Salt' attribute.
value - the new value of the 'Password Salt' attribute.getPasswordSalt()org.eclipse.emf.common.util.EList<Project> getHasRightsOn()
Project.
It is bidirectional and its opposite is 'Has Authorized Users'.
If the meaning of the 'Has Rights On' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_HasRightsOn(),
Project.getHasAuthorizedUsers()org.eclipse.emf.common.util.EList<Revision> getRevisions()
Revision.
It is bidirectional and its opposite is 'User'.
If the meaning of the 'Revisions' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_Revisions(),
Revision.getUser()ObjectState getState()
ObjectState.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ObjectState,
setState(ObjectState),
StorePackage.getUser_State()void setState(ObjectState value)
State' attribute.
value - the new value of the 'State' attribute.ObjectState,
getState()Date getCreatedOn()
If the meaning of the 'Created On' attribute isn't clear, there really should be more of a description here...
setCreatedOn(Date),
StorePackage.getUser_CreatedOn()void setCreatedOn(Date value)
Created On' attribute.
value - the new value of the 'Created On' attribute.getCreatedOn()User getCreatedBy()
If the meaning of the 'Created By' reference isn't clear, there really should be more of a description here...
setCreatedBy(User),
StorePackage.getUser_CreatedBy()void setCreatedBy(User value)
Created By' reference.
value - the new value of the 'Created By' reference.getCreatedBy()UserType getUserType()
UserType.
If the meaning of the 'User Type' attribute isn't clear, there really should be more of a description here...
UserType,
setUserType(UserType),
StorePackage.getUser_UserType()void setUserType(UserType value)
User Type' attribute.
value - the new value of the 'User Type' attribute.UserType,
getUserType()String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String),
StorePackage.getUser_Username()void setUsername(String value)
Username' attribute.
value - the new value of the 'Username' attribute.getUsername()Date getLastSeen()
If the meaning of the 'Last Seen' attribute isn't clear, there really should be more of a description here...
setLastSeen(Date),
StorePackage.getUser_LastSeen()void setLastSeen(Date value)
Last Seen' attribute.
value - the new value of the 'Last Seen' attribute.getLastSeen()String getToken()
If the meaning of the 'Token' attribute isn't clear, there really should be more of a description here...
setToken(String),
StorePackage.getUser_Token()void setToken(String value)
Token' attribute.
value - the new value of the 'Token' attribute.getToken()byte[] getValidationToken()
If the meaning of the 'Validation Token' attribute isn't clear, there really should be more of a description here...
setValidationToken(byte[]),
StorePackage.getUser_ValidationToken()void setValidationToken(byte[] value)
Validation Token' attribute.
value - the new value of the 'Validation Token' attribute.getValidationToken()Date getValidationTokenCreated()
If the meaning of the 'Validation Token Created' attribute isn't clear, there really should be more of a description here...
setValidationTokenCreated(Date),
StorePackage.getUser_ValidationTokenCreated()void setValidationTokenCreated(Date value)
Validation Token Created' attribute.
value - the new value of the 'Validation Token Created' attribute.getValidationTokenCreated()UserSettings getUserSettings()
If the meaning of the 'User Settings' reference isn't clear, there really should be more of a description here...
setUserSettings(UserSettings),
StorePackage.getUser_UserSettings()void setUserSettings(UserSettings value)
User Settings' reference.
value - the new value of the 'User Settings' reference.getUserSettings()org.eclipse.emf.common.util.EList<ExtendedDataSchema> getSchemas()
ExtendedDataSchema.
It is bidirectional and its opposite is 'Users'.
If the meaning of the 'Schemas' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_Schemas(),
ExtendedDataSchema.getUsers()org.eclipse.emf.common.util.EList<ExtendedData> getExtendedData()
ExtendedData.
It is bidirectional and its opposite is 'User'.
If the meaning of the 'Extended Data' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_ExtendedData(),
ExtendedData.getUser()org.eclipse.emf.common.util.EList<Service> getServices()
Service.
It is bidirectional and its opposite is 'User'.
If the meaning of the 'Services' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_Services(),
Service.getUser()org.eclipse.emf.common.util.EList<UserRelated> getLogs()
UserRelated.
It is bidirectional and its opposite is 'User'.
If the meaning of the 'Logs' reference list isn't clear, there really should be more of a description here...
StorePackage.getUser_Logs(),
UserRelated.getUser()Copyright © 2016 OpenSource BIM. All rights reserved.