Uses of Interface
org.apache.shindig.social.opensocial.model.Address

Packages that use Address
org.apache.shindig.social.core.model Core Social Model 
org.apache.shindig.social.opensocial.model The Social Model API package 
 

Uses of Address in org.apache.shindig.social.core.model
 

Classes in org.apache.shindig.social.core.model that implement Address
 class AddressImpl
          Default representation of an Address
 

Methods in org.apache.shindig.social.core.model that return Address
 Address OrganizationImpl.getAddress()
           
 Address PersonImpl.getCurrentLocation()
           
 Address AlbumImpl.getLocation()
           
 Address MediaItemImpl.getLocation()
           
 

Methods in org.apache.shindig.social.core.model that return types with arguments of type Address
 java.util.List<Address> PersonImpl.getAddresses()
           
 

Methods in org.apache.shindig.social.core.model with parameters of type Address
 void OrganizationImpl.setAddress(Address address)
           
 void PersonImpl.setCurrentLocation(Address currentLocation)
           
 void AlbumImpl.setLocation(Address location)
          Set the address location of this album.
 void MediaItemImpl.setLocation(Address location)
          Set the location corresponding to the media item
 

Method parameters in org.apache.shindig.social.core.model with type arguments of type Address
 void PersonImpl.setAddresses(java.util.List<Address> addresses)
           
 

Uses of Address in org.apache.shindig.social.opensocial.model
 

Methods in org.apache.shindig.social.opensocial.model that return Address
 Address Organization.getAddress()
          Get the address of the organization, specified as an Address.
 Address Person.getCurrentLocation()
          Get the person's current location, specified as an Address.
 Address Album.getLocation()
          Get address location of this album.
 Address MediaItem.getLocation()
          Get the location corresponding to the media item
 

Methods in org.apache.shindig.social.opensocial.model that return types with arguments of type Address
 java.util.List<Address> Person.getAddresses()
          Get addresses associated with the person, specified as an List of Address objects.
 

Methods in org.apache.shindig.social.opensocial.model with parameters of type Address
 void Organization.setAddress(Address address)
          Set the address of the organization, specified as an Address.
 void Person.setCurrentLocation(Address currentLocation)
          Set the person's current location, specified as an Address.
 void Album.setLocation(Address location)
          Set the address location of this album.
 void MediaItem.setLocation(Address location)
          Set the location corresponding to the media item
 

Method parameters in org.apache.shindig.social.opensocial.model with type arguments of type Address
 void Person.setAddresses(java.util.List<Address> addresses)
          Set addresses associated with the person, specified as an List of Address objects.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.