| Package | Description |
|---|---|
| org.apache.shindig.social.core.model |
Core Social Model
Default implementations of the Social Model.
|
| org.apache.shindig.social.opensocial.model |
The Social Model API package
Model interfaces that are used throughout the Social Component to transfer the model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressImpl
Default representation of an
Address |
| Modifier and Type | Method and Description |
|---|---|
Address |
OrganizationImpl.getAddress() |
Address |
PersonImpl.getCurrentLocation() |
Address |
MediaItemImpl.getLocation() |
Address |
AlbumImpl.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
PersonImpl.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationImpl.setAddress(Address address) |
void |
PersonImpl.setCurrentLocation(Address currentLocation) |
void |
MediaItemImpl.setLocation(Address location)
Set the location corresponding to the media item
|
void |
AlbumImpl.setLocation(Address location)
Set the address location of this album.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setAddresses(List<Address> addresses) |
| Modifier and Type | Method and Description |
|---|---|
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 |
MediaItem.getLocation()
Get the location corresponding to the media item
|
Address |
Album.getLocation()
Get address location of this album.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
Person.getAddresses()
Get addresses associated with the person, specified as an List of Address objects.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
MediaItem.setLocation(Address location)
Set the location corresponding to the media item
|
void |
Album.setLocation(Address location)
Set the address location of this album.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setAddresses(List<Address> addresses)
Set addresses associated with the person, specified as an List of Address objects.
|
Copyright © 2007-2012. All Rights Reserved.