|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.model.Element
com.google.gdata.model.atom.Person
com.google.gdata.model.atom.Contributor
public class Contributor
Contributor element, modifies Person to add contributor QName.
| Field Summary | |
|---|---|
static ElementKey<java.lang.Void,Contributor> |
KEY
The key for this element. |
| Fields inherited from class com.google.gdata.model.atom.Person |
|---|
EMAIL, NAME, URI |
| Constructor Summary | |
|---|---|
|
Contributor()
Constructs a new Contributor instance. |
protected |
Contributor(ElementKey<?,?> key)
Constructs a new Contributor instance with the given metadata. |
protected |
Contributor(ElementKey<?,? extends Contributor> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing Element instance. |
|
Contributor(java.lang.String name)
Constructs a new Contributor instance with the given name. |
|
Contributor(java.lang.String name,
java.net.URI uri,
java.lang.String email)
Constructs a new Contributor instance with the given name, uri, and email. |
| Method Summary | |
|---|---|
static void |
registerMetadata(MetadataRegistry registry)
Registers the metadata for this element. |
| Methods inherited from class com.google.gdata.model.atom.Person |
|---|
getEmail, getName, getNameLang, getUri, getUriUri, setEmail, setName, setNameLang, setUri, setUri |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ElementKey<java.lang.Void,Contributor> KEY
| Constructor Detail |
|---|
public Contributor()
protected Contributor(ElementKey<?,?> key)
protected Contributor(ElementKey<?,? extends Contributor> key,
Element source)
Element instance. Will use the given ElementKey as the
key for the element.
key - the element key to use for this element.source - source elementpublic Contributor(java.lang.String name)
public Contributor(java.lang.String name,
java.net.URI uri,
java.lang.String email)
| Method Detail |
|---|
public static void registerMetadata(MetadataRegistry registry)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||