|
|||||||||
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 Name
Last Name
Gender
Active
Time Of Registration
Weight
Heigth
Nationality
Date Of Birth
Email
Tasks
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 User
User.setFirstName(String)
,
TaskPackage.getUser_FirstName()
public void setFirstName(String newFirstName)
setFirstName
in interface User
newFirstName
- the new value of the 'First Name' attribute.User.getFirstName()
public String getLastName()
getLastName
in interface User
User.setLastName(String)
,
TaskPackage.getUser_LastName()
public void setLastName(String newLastName)
setLastName
in interface User
newLastName
- the new value of the 'Last Name' attribute.User.getLastName()
public Gender getGender()
getGender
in interface User
Gender
,
User.setGender(Gender)
,
TaskPackage.getUser_Gender()
public void setGender(Gender newGender)
setGender
in interface User
newGender
- the new value of the 'Gender' attribute.Gender
,
User.getGender()
public boolean isActive()
isActive
in interface User
User.setActive(boolean)
,
TaskPackage.getUser_Active()
public void setActive(boolean newActive)
setActive
in interface User
newActive
- the new value of the 'Active' attribute.User.isActive()
public Date getTimeOfRegistration()
getTimeOfRegistration
in interface User
User.setTimeOfRegistration(Date)
,
TaskPackage.getUser_TimeOfRegistration()
public void setTimeOfRegistration(Date newTimeOfRegistration)
setTimeOfRegistration
in interface User
newTimeOfRegistration
- the new value of the 'Time Of Registration' attribute.User.getTimeOfRegistration()
public double getWeight()
getWeight
in interface User
User.setWeight(double)
,
TaskPackage.getUser_Weight()
public void setWeight(double newWeight)
setWeight
in interface User
newWeight
- the new value of the 'Weight' attribute.User.getWeight()
public int getHeigth()
getHeigth
in interface User
User.setHeigth(int)
,
TaskPackage.getUser_Heigth()
public void setHeigth(int newHeigth)
setHeigth
in interface User
newHeigth
- the new value of the 'Heigth' attribute.User.getHeigth()
public Nationality getNationality()
getNationality
in interface User
Nationality
,
User.setNationality(Nationality)
,
TaskPackage.getUser_Nationality()
public void setNationality(Nationality newNationality)
setNationality
in interface User
newNationality
- the new value of the 'Nationality' attribute.Nationality
,
User.getNationality()
public XMLGregorianCalendar getDateOfBirth()
getDateOfBirth
in interface User
User.setDateOfBirth(XMLGregorianCalendar)
,
TaskPackage.getUser_DateOfBirth()
public void setDateOfBirth(XMLGregorianCalendar newDateOfBirth)
setDateOfBirth
in interface User
newDateOfBirth
- the new value of the 'Date Of Birth' attribute.User.getDateOfBirth()
public String getEmail()
getEmail
in interface User
User.setEmail(String)
,
TaskPackage.getUser_Email()
public void setEmail(String newEmail)
setEmail
in interface User
newEmail
- the new value of the 'Email' attribute.User.getEmail()
public org.eclipse.emf.common.util.EList<Task> getTasks()
getTasks
in interface User
TaskPackage.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.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public 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 |