|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecp.makeithappen.model.task.impl.UserImpl
public class UserImpl
An implementation of the model object 'User'.
The following features are implemented:
First NameLast NameGenderActiveTime Of Registration
WeightHeigthNationalityDate Of BirthEmailTasks
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
|---|
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic |
| Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
|---|
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
| 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 interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder |
|---|
NIL |
| 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 |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
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)
|
XMLGregorianCalendar |
getDateOfBirth()
|
String |
getEmail()
|
String |
getFirstName()
|
Gender |
getGender()
|
int |
getHeigth()
|
String |
getLastName()
|
Nationality |
getNationality()
|
org.eclipse.emf.common.util.EList<Task> |
getTasks()
|
Date |
getTimeOfRegistration()
|
double |
getWeight()
|
boolean |
isActive()
|
void |
setActive(boolean newActive)
|
void |
setDateOfBirth(XMLGregorianCalendar newDateOfBirth)
|
void |
setEmail(String newEmail)
|
void |
setFirstName(String newFirstName)
|
void |
setGender(Gender newGender)
|
void |
setHeigth(int newHeigth)
|
void |
setLastName(String newLastName)
|
void |
setNationality(Nationality newNationality)
|
void |
setTimeOfRegistration(Date newTimeOfRegistration)
|
void |
setWeight(double newWeight)
|
String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
|---|
eInternalContainer |
| Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
|---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
|---|
public String getFirstName()
getFirstName in interface UserUser.setFirstName(String),
TaskPackage.getUser_FirstName()public void setFirstName(String newFirstName)
setFirstName in interface UsernewFirstName - the new value of the 'First Name' attribute.User.getFirstName()public String getLastName()
getLastName in interface UserUser.setLastName(String),
TaskPackage.getUser_LastName()public void setLastName(String newLastName)
setLastName in interface UsernewLastName - the new value of the 'Last Name' attribute.User.getLastName()public Gender getGender()
getGender in interface UserGender,
User.setGender(Gender),
TaskPackage.getUser_Gender()public void setGender(Gender newGender)
setGender in interface UsernewGender - the new value of the 'Gender' attribute.Gender,
User.getGender()public boolean isActive()
isActive in interface UserUser.setActive(boolean),
TaskPackage.getUser_Active()public void setActive(boolean newActive)
setActive in interface UsernewActive - the new value of the 'Active' attribute.User.isActive()public Date getTimeOfRegistration()
getTimeOfRegistration in interface UserUser.setTimeOfRegistration(Date),
TaskPackage.getUser_TimeOfRegistration()public void setTimeOfRegistration(Date newTimeOfRegistration)
setTimeOfRegistration in interface UsernewTimeOfRegistration - the new value of the 'Time Of Registration' attribute.User.getTimeOfRegistration()public double getWeight()
getWeight in interface UserUser.setWeight(double),
TaskPackage.getUser_Weight()public void setWeight(double newWeight)
setWeight in interface UsernewWeight - the new value of the 'Weight' attribute.User.getWeight()public int getHeigth()
getHeigth in interface UserUser.setHeigth(int),
TaskPackage.getUser_Heigth()public void setHeigth(int newHeigth)
setHeigth in interface UsernewHeigth - the new value of the 'Heigth' attribute.User.getHeigth()public Nationality getNationality()
getNationality in interface UserNationality,
User.setNationality(Nationality),
TaskPackage.getUser_Nationality()public void setNationality(Nationality newNationality)
setNationality in interface UsernewNationality - the new value of the 'Nationality' attribute.Nationality,
User.getNationality()public XMLGregorianCalendar getDateOfBirth()
getDateOfBirth in interface UserUser.setDateOfBirth(XMLGregorianCalendar),
TaskPackage.getUser_DateOfBirth()public void setDateOfBirth(XMLGregorianCalendar newDateOfBirth)
setDateOfBirth in interface UsernewDateOfBirth - the new value of the 'Date Of Birth' attribute.User.getDateOfBirth()public String getEmail()
getEmail in interface UserUser.setEmail(String),
TaskPackage.getUser_Email()public void setEmail(String newEmail)
setEmail in interface UsernewEmail - the new value of the 'Email' attribute.User.getEmail()public org.eclipse.emf.common.util.EList<Task> getTasks()
getTasks in interface UserTaskPackage.getUser_Tasks(),
Task.getAssignee()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||