| 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 |
NameImpl
Default implementation of the
Name model. |
| Modifier and Type | Method and Description |
|---|---|
Name |
PersonImpl.getName() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonImpl.setName(Name name) |
| Constructor and Description |
|---|
PersonImpl(String id,
String displayName,
Name name)
A constructor which contains all of the required fields on a person object
|
| Modifier and Type | Method and Description |
|---|---|
Name |
Person.getName()
Get the person's name Container support for this field is REQUIRED.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setName(Name name)
Set the person's name Container support for this field is REQUIRED.
|
Copyright © 2007-2012. All Rights Reserved.