public class ExtendedPersonImpl extends EmployeeInfoImpl implements ExtendedPerson
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address
The cached value of the '
Address' reference. |
protected static java.math.BigInteger |
BIG_INT_EDEFAULT
The default value of the '
Big Int' attribute. |
protected <any> |
bigDec
The cached value of the '
Big Dec' attribute list. |
protected java.math.BigInteger |
bigInt
The cached value of the '
Big Int' attribute. |
protected <any> |
contact
The cached value of the '
Contact' containment reference list. |
protected static java.lang.String |
FIRST_NAME_EDEFAULT
The default value of the '
First Name' attribute. |
protected java.lang.String |
firstName
The cached value of the '
First Name' attribute. |
protected GenderType |
gender
The cached value of the '
Gender' attribute. |
protected static GenderType |
GENDER_EDEFAULT
The default value of the '
Gender' attribute. |
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected byte[] |
image
The cached value of the '
Image' attribute. |
protected static byte[] |
IMAGE_EDEFAULT
The default value of the '
Image' attribute. |
protected static java.lang.String |
LAST_NAME_EDEFAULT
The default value of the '
Last Name' attribute. |
protected java.lang.String |
lastName
The cached value of the '
Last Name' attribute. |
protected <any> |
properties
The cached value of the '
Properties' map. |
protected <any> |
tags
The cached value of the '
Tags' containment reference list. |
| Modifier | Constructor and Description |
|---|---|
protected |
ExtendedPersonImpl() |
| Modifier and Type | Method and Description |
|---|---|
Address |
basicGetAddress() |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
Address |
getAddress() |
<any> |
getBigDec() |
java.math.BigInteger |
getBigInt() |
<any> |
getContact() |
java.lang.String |
getFirstName() |
GenderType |
getGender() |
java.lang.String |
getId() |
byte[] |
getImage() |
java.lang.String |
getLastName() |
<any> |
getProperties() |
<any> |
getTags() |
void |
setAddress(Address newAddress) |
void |
setBigInt(java.math.BigInteger newBigInt) |
void |
setFirstName(java.lang.String newFirstName) |
void |
setGender(GenderType newGender) |
void |
setId(java.lang.String newId) |
void |
setImage(byte[] newImage) |
void |
setLastName(java.lang.String newLastName) |
java.lang.String |
toString() |
protected static final java.lang.String FIRST_NAME_EDEFAULT
First Name' attribute.
getFirstName()protected java.lang.String firstName
First Name' attribute.
getFirstName()protected static final java.lang.String LAST_NAME_EDEFAULT
Last Name' attribute.
getLastName()protected java.lang.String lastName
Last Name' attribute.
getLastName()protected <any> contact
Contact' containment reference list.
getContact()protected Address address
Address' reference.
getAddress()protected static final GenderType GENDER_EDEFAULT
Gender' attribute.
getGender()protected GenderType gender
Gender' attribute.
getGender()protected <any> tags
Tags' containment reference list.
getTags()protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected <any> properties
Properties' map.
getProperties()protected static final java.math.BigInteger BIG_INT_EDEFAULT
Big Int' attribute.
getBigInt()protected java.math.BigInteger bigInt
Big Int' attribute.
getBigInt()protected <any> bigDec
Big Dec' attribute list.
getBigDec()protected static final byte[] IMAGE_EDEFAULT
Image' attribute.
getImage()protected byte[] image
Image' attribute.
getImage()protected EClass eStaticClass()
public java.lang.String getFirstName()
public void setFirstName(java.lang.String newFirstName)
public java.lang.String getLastName()
public void setLastName(java.lang.String newLastName)
public <any> getContact()
public Address getAddress()
public Address basicGetAddress()
public void setAddress(Address newAddress)
public GenderType getGender()
public void setGender(GenderType newGender)
public <any> getTags()
public java.lang.String getId()
public void setId(java.lang.String newId)
public <any> getProperties()
public java.math.BigInteger getBigInt()
public void setBigInt(java.math.BigInteger newBigInt)
public <any> getBigDec()
public byte[] getImage()
public void setImage(byte[] newImage)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public int eBaseStructuralFeatureID(int derivedFeatureID,
java.lang.Class<?> baseClass)
public int eDerivedStructuralFeatureID(int baseFeatureID,
java.lang.Class<?> baseClass)
public java.lang.String toString()
Data In Motion Consulting GmbH