com.google.gdata.data.extensions
Class LastModifiedBy

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ExtensionPoint
          extended by com.google.gdata.data.Person
              extended by com.google.gdata.data.extensions.LastModifiedBy
All Implemented Interfaces:
Extension, IPerson

public class LastModifiedBy
extends Person

The user who last modified the object.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gdata.data.Person
Person.AtomHandler
 
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
 
Constructor Summary
LastModifiedBy()
          Default mutable constructor.
LastModifiedBy(Person person)
          Constructor (mutable or immutable).
 
Method Summary
 
Methods inherited from class com.google.gdata.data.Person
generate, generateAtom, generateRss, getEmail, getHandler, getName, getNameLang, getUri, setEmail, setName, setNameLang, setUri
 
Methods inherited from class com.google.gdata.data.ExtensionPoint
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastModifiedBy

public LastModifiedBy()
Default mutable constructor.


LastModifiedBy

public LastModifiedBy(Person person)
Constructor (mutable or immutable).

Parameters:
person - the user