

Public Member Functions | |
| ContactStub (Contact contact) | |
| String | getId () |
| void | setId (String id) |
| boolean | isWebapp () |
| void | setWebapp (boolean webapp) |
| boolean | isUserMenu () |
| void | setUserMenu (boolean userMenu) |
| boolean | isDeactivated () |
| void | setDeactivated (boolean deactivated) |
| boolean | isInactive () |
| void | setInactive (boolean inactive) |
| ContactType | getType () |
| void | setType (ContactType type) |
| ComplexName | getComplexName () |
| void | setComplexName (ComplexName complexName) |
| String | getName () |
| void | setName (String name) |
| TimeZone | getTimeZone () |
| void | setTimeZone (TimeZone timeZone) |
| Locale | getLocale () |
| void | setLocale (Locale locale) |
| Currency | getCurrency () |
| void | setCurrency (Currency currency) |
| String | getGrouping () |
| void | setGrouping (String grouping) |
| String | getIdActivity () |
| void | setIdActivity (String idActivity) |
| double | getBilling () |
| void | setBilling (double billing) |
| double | getStaff () |
| void | setStaff (double staff) |
| double | getLatitude () |
| void | setLatitude (double latitude) |
| double | getLongitude () |
| void | setLongitude (double longitude) |
| String | getGlobalIdentifier () |
| void | setGlobalIdentifier (String globalIdentifier) |
| String | getLangTranslator () |
| void | setLangTranslator (String langTranslator) |
| boolean | isCloudAdmin () |
| void | setCloudAdmin (boolean cloudAdmin) |
| String | getEmailAccount () |
| void | setEmailAccount (String emailAccount) |
| Set< AddressStub > | getAddresses () |
| void | setAddresses (Set< AddressStub > addresses) |
| Set< ConnectorStub > | getConnectors () |
| void | setConnectors (Set< ConnectorStub > connectors) |
| Set< BusinessRelationStub > | getBusinessRelations () |
| void | setBusinessRelations (Set< BusinessRelationStub > businessRelations) |
| Set< SyndicationStub > | getSyndications () |
| void | setSyndications (Set< SyndicationStub > syndications) |
| Set< CommentStub > | getComments () |
| void | setComments (Set< CommentStub > comments) |
| Set< FieldValueStub > | getFieldValues () |
| void | setFieldValues (Set< FieldValueStub > fieldValues) |
Definition at line 35 of file ContactStub.java.
| org.turro.contacts.stub.ContactStub.ContactStub | ( | Contact | contact | ) |
Definition at line 60 of file ContactStub.java.
| Set<AddressStub> org.turro.contacts.stub.ContactStub.getAddresses | ( | ) |
Definition at line 232 of file ContactStub.java.
| double org.turro.contacts.stub.ContactStub.getBilling | ( | ) |
Definition at line 168 of file ContactStub.java.
| Set<BusinessRelationStub> org.turro.contacts.stub.ContactStub.getBusinessRelations | ( | ) |
Definition at line 248 of file ContactStub.java.
| Set<CommentStub> org.turro.contacts.stub.ContactStub.getComments | ( | ) |
Definition at line 264 of file ContactStub.java.
| ComplexName org.turro.contacts.stub.ContactStub.getComplexName | ( | ) |
Definition at line 112 of file ContactStub.java.
| Set<ConnectorStub> org.turro.contacts.stub.ContactStub.getConnectors | ( | ) |
Definition at line 240 of file ContactStub.java.
| Currency org.turro.contacts.stub.ContactStub.getCurrency | ( | ) |
Definition at line 144 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getEmailAccount | ( | ) |
Definition at line 224 of file ContactStub.java.
| Set<FieldValueStub> org.turro.contacts.stub.ContactStub.getFieldValues | ( | ) |
Definition at line 272 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getGlobalIdentifier | ( | ) |
Definition at line 200 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getGrouping | ( | ) |
Definition at line 152 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getId | ( | ) |
Definition at line 64 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getIdActivity | ( | ) |
Definition at line 160 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getLangTranslator | ( | ) |
Definition at line 208 of file ContactStub.java.
| double org.turro.contacts.stub.ContactStub.getLatitude | ( | ) |
Definition at line 184 of file ContactStub.java.
| Locale org.turro.contacts.stub.ContactStub.getLocale | ( | ) |
Definition at line 136 of file ContactStub.java.
| double org.turro.contacts.stub.ContactStub.getLongitude | ( | ) |
Definition at line 192 of file ContactStub.java.
| String org.turro.contacts.stub.ContactStub.getName | ( | ) |
Definition at line 120 of file ContactStub.java.
| double org.turro.contacts.stub.ContactStub.getStaff | ( | ) |
Definition at line 176 of file ContactStub.java.
| Set<SyndicationStub> org.turro.contacts.stub.ContactStub.getSyndications | ( | ) |
Definition at line 256 of file ContactStub.java.
| TimeZone org.turro.contacts.stub.ContactStub.getTimeZone | ( | ) |
Definition at line 128 of file ContactStub.java.
| ContactType org.turro.contacts.stub.ContactStub.getType | ( | ) |
Definition at line 104 of file ContactStub.java.
| boolean org.turro.contacts.stub.ContactStub.isCloudAdmin | ( | ) |
Definition at line 216 of file ContactStub.java.
| boolean org.turro.contacts.stub.ContactStub.isDeactivated | ( | ) |
Definition at line 88 of file ContactStub.java.
| boolean org.turro.contacts.stub.ContactStub.isInactive | ( | ) |
Definition at line 96 of file ContactStub.java.
| boolean org.turro.contacts.stub.ContactStub.isUserMenu | ( | ) |
Definition at line 80 of file ContactStub.java.
| boolean org.turro.contacts.stub.ContactStub.isWebapp | ( | ) |
Definition at line 72 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setAddresses | ( | Set< AddressStub > | addresses | ) |
Definition at line 236 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setBilling | ( | double | billing | ) |
Definition at line 172 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setBusinessRelations | ( | Set< BusinessRelationStub > | businessRelations | ) |
Definition at line 252 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setCloudAdmin | ( | boolean | cloudAdmin | ) |
Definition at line 220 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setComments | ( | Set< CommentStub > | comments | ) |
Definition at line 268 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setComplexName | ( | ComplexName | complexName | ) |
Definition at line 116 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setConnectors | ( | Set< ConnectorStub > | connectors | ) |
Definition at line 244 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setCurrency | ( | Currency | currency | ) |
Definition at line 148 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setDeactivated | ( | boolean | deactivated | ) |
Definition at line 92 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setEmailAccount | ( | String | emailAccount | ) |
Definition at line 228 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setFieldValues | ( | Set< FieldValueStub > | fieldValues | ) |
Definition at line 276 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setGlobalIdentifier | ( | String | globalIdentifier | ) |
Definition at line 204 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setGrouping | ( | String | grouping | ) |
Definition at line 156 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setId | ( | String | id | ) |
Definition at line 68 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setIdActivity | ( | String | idActivity | ) |
Definition at line 164 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setInactive | ( | boolean | inactive | ) |
Definition at line 100 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setLangTranslator | ( | String | langTranslator | ) |
Definition at line 212 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setLatitude | ( | double | latitude | ) |
Definition at line 188 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setLocale | ( | Locale | locale | ) |
Definition at line 140 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setLongitude | ( | double | longitude | ) |
Definition at line 196 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setName | ( | String | name | ) |
Definition at line 124 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setStaff | ( | double | staff | ) |
Definition at line 180 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setSyndications | ( | Set< SyndicationStub > | syndications | ) |
Definition at line 260 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setTimeZone | ( | TimeZone | timeZone | ) |
Definition at line 132 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setType | ( | ContactType | type | ) |
Definition at line 108 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setUserMenu | ( | boolean | userMenu | ) |
Definition at line 84 of file ContactStub.java.
| void org.turro.contacts.stub.ContactStub.setWebapp | ( | boolean | webapp | ) |
Definition at line 76 of file ContactStub.java.