public class BusinessContactImpl extends ContactImpl implements BusinessContact
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
COMPANY_NAME_EDEFAULT
The default value of the '
Company Name' attribute. |
protected java.lang.String |
companyName
The cached value of the '
Company Name' attribute. |
context, CONTEXT_EDEFAULT, type, TYPE_EDEFAULT, value, VALUE_EDEFAULT| Modifier | Constructor and Description |
|---|---|
protected |
BusinessContactImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getCompanyName() |
void |
setCompanyName(java.lang.String newCompanyName) |
java.lang.String |
toString() |
getContext, getType, getValue, setContext, setType, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContext, getType, getValue, setContext, setType, setValueprotected static final java.lang.String COMPANY_NAME_EDEFAULT
Company Name' attribute.
getCompanyName()protected java.lang.String companyName
Company Name' attribute.
getCompanyName()protected EClass eStaticClass()
eStaticClass in class ContactImplpublic java.lang.String getCompanyName()
getCompanyName in interface BusinessContactBusinessContact.setCompanyName(String),
TestPackage.getBusinessContact_CompanyName()public void setCompanyName(java.lang.String newCompanyName)
setCompanyName in interface BusinessContactnewCompanyName - the new value of the 'Company Name' attribute.BusinessContact.getCompanyName()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ContactImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ContactImplpublic void eUnset(int featureID)
eUnset in class ContactImplpublic boolean eIsSet(int featureID)
eIsSet in class ContactImplpublic java.lang.String toString()
toString in class ContactImplData In Motion Consulting GmbH