- All Known Subinterfaces:
Contributor,Member,Owner,User
- All Known Implementing Classes:
AbstractUserImpl,ContributorImpl,MemberImpl,OwnerImpl,UserImpl
A representation of the model object 'Abstract User'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Avatar Url' attribute.Returns the value of the 'Created At' attribute.getEMail()Returns the value of the 'EMail' attribute.getId()Returns the value of the 'Id' attribute.getName()Returns the value of the 'Name' attribute.getState()Returns the value of the 'State' attribute.Returns the value of the 'User Name' attribute.Returns the value of the 'Web Url' attribute.voidsetAvatarUrl(String value) Sets the value of the 'Avatar Url' attribute.voidsetCreatedAt(Date value) Sets the value of the 'Created At' attribute.voidSets the value of the 'EMail' attribute.voidSets the value of the 'Id' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'State' attribute.voidsetUserName(String value) Sets the value of the 'User Name' attribute.voidSets the value of the 'Web Url' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.nasdanika.models.gitlab.Loadable
getLoaded, getLoads, setLoadedMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAvatarUrl
Returns the value of the 'Avatar Url' attribute.- Returns:
- the value of the 'Avatar Url' attribute.
- See Also:
-
setAvatarUrl
Sets the value of the 'Avatar Url' attribute.- Parameters:
value- the new value of the 'Avatar Url' attribute.- See Also:
-
getCreatedAt
Returns the value of the 'Created At' attribute.- Returns:
- the value of the 'Created At' attribute.
- See Also:
-
setCreatedAt
Sets the value of the 'Created At' attribute.- Parameters:
value- the new value of the 'Created At' attribute.- See Also:
-
getEMail
Returns the value of the 'EMail' attribute.- Returns:
- the value of the 'EMail' attribute.
- See Also:
-
setEMail
Sets the value of the 'EMail' attribute.- Parameters:
value- the new value of the 'EMail' attribute.- See Also:
-
getId
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
-
getName
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getState
Returns the value of the 'State' attribute.- Returns:
- the value of the 'State' attribute.
- See Also:
-
setState
Sets the value of the 'State' attribute.- Parameters:
value- the new value of the 'State' attribute.- See Also:
-
getUserName
Returns the value of the 'User Name' attribute.- Returns:
- the value of the 'User Name' attribute.
- See Also:
-
setUserName
Sets the value of the 'User Name' attribute.- Parameters:
value- the new value of the 'User Name' attribute.- See Also:
-
getWebUrl
Returns the value of the 'Web Url' attribute.- Returns:
- the value of the 'Web Url' attribute.
- See Also:
-
setWebUrl
Sets the value of the 'Web Url' attribute.- Parameters:
value- the new value of the 'Web Url' attribute.- See Also:
-