org.ceno.model.impl
Class DeveloperImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.ceno.model.impl.DeveloperImpl
All Implemented Interfaces:
java.io.Serializable, Developer, EObjectSerializable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class DeveloperImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements Developer

An implementation of the model object 'Developer'.

The following features are implemented:

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 boolean equals(java.lang.Object obj)
          
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getEmail()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 int hashCode()
          
 boolean isOnline()
           
 void setEmail(java.lang.String newEmail)
           
 void setId(java.lang.Integer newId)
           
 void setName(java.lang.String newName)
           
 void setOnline(boolean newOnline)
           
 void setPassword(java.lang.String newPassword)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, 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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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

getName

public java.lang.String getName()

Specified by:
getName in interface Developer
Returns:
the value of the 'Name' attribute.
See Also:
Developer.setName(String), ModelPackage.getDeveloper_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface Developer
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Developer.getName()

isOnline

public boolean isOnline()

Specified by:
isOnline in interface Developer
Returns:
the value of the 'Online' attribute.
See Also:
Developer.setOnline(boolean), ModelPackage.getDeveloper_Online()

setOnline

public void setOnline(boolean newOnline)

Specified by:
setOnline in interface Developer
Parameters:
newOnline - the new value of the 'Online' attribute.
See Also:
Developer.isOnline()

getId

public java.lang.Integer getId()

Specified by:
getId in interface Developer
Returns:
the value of the 'Id' attribute.
See Also:
Developer.setId(Integer), ModelPackage.getDeveloper_Id()

setId

public void setId(java.lang.Integer newId)

Specified by:
setId in interface Developer
Parameters:
newId - the new value of the 'Id' attribute.
See Also:
Developer.getId()

getPassword

public java.lang.String getPassword()

Specified by:
getPassword in interface Developer
Returns:
the value of the 'Password' attribute.
See Also:
Developer.setPassword(String), ModelPackage.getDeveloper_Password()

setPassword

public void setPassword(java.lang.String newPassword)

Specified by:
setPassword in interface Developer
Parameters:
newPassword - the new value of the 'Password' attribute.
See Also:
Developer.getPassword()

getEmail

public java.lang.String getEmail()

Specified by:
getEmail in interface Developer
Returns:
the value of the 'Email' attribute.
See Also:
Developer.setEmail(String), ModelPackage.getDeveloper_Email()

setEmail

public void setEmail(java.lang.String newEmail)

Specified by:
setEmail in interface Developer
Parameters:
newEmail - the new value of the 'Email' attribute.
See Also:
Developer.getEmail()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object