Inherited by Company.

Public Member Functions | |
| String | address1 () |
| String | address2 () |
| void | addToEmployees (er.erxtest.model.Employee object) |
| void | addToEmployeesRelationship (er.erxtest.model.Employee object) |
| String | city () |
| er.erxtest.model.Employee | createEmployeesRelationship () |
| void | deleteAllEmployeesRelationships () |
| void | deleteEmployeesRelationship (er.erxtest.model.Employee object) |
| NSArray < er.erxtest.model.Employee > | employees (EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings, boolean fetch) |
| NSArray < er.erxtest.model.Employee > | employees (EOQualifier qualifier, boolean fetch) |
| NSArray < er.erxtest.model.Employee > | employees (EOQualifier qualifier) |
| NSArray < er.erxtest.model.Employee > | employees () |
| Company | localInstanceIn (EOEditingContext editingContext) |
| String | name () |
| void | removeFromEmployees (er.erxtest.model.Employee object) |
| void | removeFromEmployeesRelationship (er.erxtest.model.Employee object) |
| void | setAddress1 (String value) |
| void | setAddress2 (String value) |
| void | setCity (String value) |
| void | setName (String value) |
| void | setState (String value) |
| void | setZipcode (String value) |
| String | state () |
| String | zipcode () |
Static Public Member Functions | |
| static Company | createCompany (EOEditingContext editingContext, String name) |
| static NSArray< Company > | fetchAllCompanies (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings) |
| static NSArray< Company > | fetchAllCompanies (EOEditingContext editingContext) |
| static NSArray< Company > | fetchCompanies (EOEditingContext editingContext, EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings) |
| static Company | fetchCompany (EOEditingContext editingContext, EOQualifier qualifier) |
| static Company | fetchCompany (EOEditingContext editingContext, String keyName, Object value) |
| static Company | fetchRequiredCompany (EOEditingContext editingContext, EOQualifier qualifier) |
| static Company | fetchRequiredCompany (EOEditingContext editingContext, String keyName, Object value) |
| static Company | localInstanceIn (EOEditingContext editingContext, Company eo) |
Static Public Attributes | |
| static final ERXKey< String > | ADDRESS1 = new ERXKey<String>("address1") |
| static final String | ADDRESS1_KEY = ADDRESS1.key() |
| static final ERXKey< String > | ADDRESS2 = new ERXKey<String>("address2") |
| static final String | ADDRESS2_KEY = ADDRESS2.key() |
| static final ERXKey< String > | CITY = new ERXKey<String>("city") |
| static final String | CITY_KEY = CITY.key() |
| static final ERXKey < er.erxtest.model.Employee > | EMPLOYEES = new ERXKey<er.erxtest.model.Employee>("employees") |
| static final String | EMPLOYEES_KEY = EMPLOYEES.key() |
| static final String | ENTITY_NAME = "Company" |
| static final ERXKey< String > | NAME = new ERXKey<String>("name") |
| static final String | NAME_KEY = NAME.key() |
| static final ERXKey< String > | STATE = new ERXKey<String>("state") |
| static final String | STATE_KEY = STATE.key() |
| static final ERXKey< String > | ZIPCODE = new ERXKey<String>("zipcode") |
| static final String | ZIPCODE_KEY = ZIPCODE.key() |
Static Private Attributes | |
| static Logger | LOG = Logger.getLogger(_Company.class) |
| String address1 | ( | ) |
| String address2 | ( | ) |
| void addToEmployees | ( | er.erxtest.model.Employee | object | ) |
Reimplemented in Company.
| void addToEmployeesRelationship | ( | er.erxtest.model.Employee | object | ) |
| String city | ( | ) |
| er.erxtest.model.Employee createEmployeesRelationship | ( | ) |
| void deleteAllEmployeesRelationships | ( | ) |
| void deleteEmployeesRelationship | ( | er.erxtest.model.Employee | object | ) |
| NSArray<er.erxtest.model.Employee> employees | ( | EOQualifier | qualifier, | |
| NSArray< EOSortOrdering > | sortOrderings, | |||
| boolean | fetch | |||
| ) |
| NSArray<er.erxtest.model.Employee> employees | ( | EOQualifier | qualifier, | |
| boolean | fetch | |||
| ) |
| NSArray<er.erxtest.model.Employee> employees | ( | EOQualifier | qualifier | ) |
| NSArray<er.erxtest.model.Employee> employees | ( | ) |
| static NSArray<Company> fetchAllCompanies | ( | EOEditingContext | editingContext, | |
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static NSArray<Company> fetchAllCompanies | ( | EOEditingContext | editingContext | ) | [static] |
| static NSArray<Company> fetchCompanies | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier, | |||
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static Company fetchCompany | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static Company fetchCompany | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| static Company fetchRequiredCompany | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static Company fetchRequiredCompany | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| Company localInstanceIn | ( | EOEditingContext | ec | ) | [virtual] |
Returns this EO in the supplied editing context.
Reimplemented from ERXGenericRecord.
| String name | ( | ) |
| void removeFromEmployees | ( | er.erxtest.model.Employee | object | ) |
Reimplemented in Company.
| void removeFromEmployeesRelationship | ( | er.erxtest.model.Employee | object | ) |
| void setAddress1 | ( | String | value | ) |
| void setAddress2 | ( | String | value | ) |
| void setCity | ( | String | value | ) |
| void setName | ( | String | value | ) |
| void setState | ( | String | value | ) |
| void setZipcode | ( | String | value | ) |
| String state | ( | ) |
| String zipcode | ( | ) |
final String ADDRESS1_KEY = ADDRESS1.key() [static] |
final String ADDRESS2_KEY = ADDRESS2.key() [static] |
final ERXKey<er.erxtest.model.Employee> EMPLOYEES = new ERXKey<er.erxtest.model.Employee>("employees") [static] |
final String EMPLOYEES_KEY = EMPLOYEES.key() [static] |
final String ENTITY_NAME = "Company" [static] |
Logger LOG = Logger.getLogger(_Company.class) [static, private] |
final String ZIPCODE_KEY = ZIPCODE.key() [static] |
1.5.8