Uses of Class
org.fuin.examples.jmsmvc4swing.Address

Packages that use Address
org.fuin.examples.jmsmvc4swing A basic example for the JmsMvc4Swing library. 
 

Uses of Address in org.fuin.examples.jmsmvc4swing
 

Methods in org.fuin.examples.jmsmvc4swing that return Address
 Address Address.setCity(java.lang.String city)
          Sets the city to a new value.
 Address Address.setCountry(java.lang.String country)
          Sets the country to a new value.
 Address Address.setFirstName(java.lang.String firstName)
          Sets the first name to a new value.
 Address Address.setId(int id)
          Sets the unique identifier to a new value.
 Address Address.setLastName(java.lang.String lastName)
          Sets the last name to a new value.
 Address Address.setState(java.lang.String state)
          Sets the state name to a new value.
 Address Address.setStreet(java.lang.String street)
          Sets the street name to a new value.
 Address Address.setZip(java.lang.String zip)
          Sets the postal ZIP code to a new value.
 

Methods in org.fuin.examples.jmsmvc4swing with parameters of type Address
 int Address.compareTo(Address other)
          
 void AddressControllerImpl.deleteAddress(Address address, AddressController.DeleteAddressListener listener)
          Deletes an address.
 void AddressController.deleteAddress(Address address, AddressController.DeleteAddressListener listener)
          Deletes an address.
 

Method parameters in org.fuin.examples.jmsmvc4swing with type arguments of type Address
 void AddressController.LoadAddressesListener.setAddresses(java.util.List<Address> list)
          Sets the address list.
 



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.