Holger's
Java API

Uses of Class
com.antelmann.crm.AddressKey

Packages that use AddressKey
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
 

Uses of AddressKey in com.antelmann.crm
 

Methods in com.antelmann.crm that return AddressKey
static AddressKey AddressKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AddressKey[] AddressKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.antelmann.crm that return types with arguments of type AddressKey
 Map<AddressKey,String> PropertyEntryWithAddress.getAddressMap()
          returns an unmodifiable view of the embedded map
 Set<AddressKey> PropertyEntryWithAddress.getMissingKeys()
           
 

Methods in com.antelmann.crm with parameters of type AddressKey
 String PropertyEntryWithAddress.getAddressKey(AddressKey key)
           
 void PropertyEntryWithAddress.removeAddressKey(AddressKey key)
           
 void PropertyEntryWithAddress.setAddressKey(AddressKey key, String columnName)
           
 

Method parameters in com.antelmann.crm with type arguments of type AddressKey
 void PropertyEntryWithAddress.setAddressKeyMap(Hashtable<AddressKey,String> map)
          sets the embedded map with this instance, i.e. subsequent changes, like PropertyEntryWithAddress.setAddressKey(AddressKey, String), will be reflected in the given map.
 void PropertyEntryWithAddress.setAddressKeys(Map<AddressKey,String> template)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads