|
|||||||||
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.gd.LastModifiedBy
public class LastModifiedBy
The user who last modified the object.
Field Summary | |
---|---|
static ElementKey<java.lang.Void,LastModifiedBy> |
KEY
The key for this element. |
Fields inherited from class com.google.gdata.model.atom.Person |
---|
EMAIL, NAME, URI |
Constructor Summary | |
---|---|
|
LastModifiedBy()
Constructs an instance using the default key. |
protected |
LastModifiedBy(ElementKey<?,? extends LastModifiedBy> key)
Subclass constructor, allows subclasses to supply their own element key. |
protected |
LastModifiedBy(ElementKey<?,? extends LastModifiedBy> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing Element instance. |
Method Summary | |
---|---|
LastModifiedBy |
lock()
Locks this element. |
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,LastModifiedBy> KEY
Constructor Detail |
---|
public LastModifiedBy()
protected LastModifiedBy(ElementKey<?,? extends LastModifiedBy> key)
protected LastModifiedBy(ElementKey<?,? extends LastModifiedBy> key, Element source)
Element
instance. Will use the given ElementKey
as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
Element.createElement(ElementKey, Element)
.
key
- The key to use for this element.source
- source elementMethod Detail |
---|
public static void registerMetadata(MetadataRegistry registry)
public LastModifiedBy lock()
Element
lock
in class Element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |