|
|||||||||
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.Author
public class Author
Author element, modifies Person
to add author QName.
Field Summary | |
---|---|
static ElementKey<java.lang.Void,Author> |
KEY
The key for this element. |
Fields inherited from class com.google.gdata.model.atom.Person |
---|
EMAIL, NAME, URI |
Constructor Summary | |
---|---|
|
Author()
Constructs a new Author instance. |
protected |
Author(ElementKey<?,?> key)
Lets subclasses create an instance using a custom key. |
protected |
Author(ElementKey<?,? extends Author> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing Element instance. |
|
Author(java.lang.String name)
Constructs a new Author instance with the given name. |
|
Author(java.lang.String name,
java.net.URI uri,
java.lang.String email)
Constructs a new author 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,Author> KEY
Constructor Detail |
---|
public Author()
protected Author(ElementKey<?,?> key)
protected Author(ElementKey<?,? extends Author> 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 Author(java.lang.String name)
public Author(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 |