org.xcmis.client.gwt.model.restatom
Class AtomAuthor

java.lang.Object
  extended by org.xcmis.client.gwt.model.restatom.AtomAuthor

public class AtomAuthor
extends Object

Created by The eXo Platform SAS.

Version:
$Id:
Author:
Anna Zhuleva

Constructor Summary
AtomAuthor()
           
 
Method Summary
 String getEmail()
          Accessor for author e-mail.
 String getName()
          Accessor for author name.
 String getUri()
          Accessor for author URI.
 void setEmail(String email)
          Mutator for author e-mail address.
 void setName(String name)
          Mutator for author name.
 void setUri(String uri)
          Mutator for author URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomAuthor

public AtomAuthor()
Method Detail

getName

public String getName()
Accessor for author name.

Returns:
the name

setName

public void setName(String name)
Mutator for author name.

Parameters:
name - the name to set

getUri

public String getUri()
Accessor for author URI.

Returns:
the uri

setUri

public void setUri(String uri)
Mutator for author URI.

Parameters:
uri - the uri to set

getEmail

public String getEmail()
Accessor for author e-mail.

Returns:
the email

setEmail

public void setEmail(String email)
Mutator for author e-mail address.

Parameters:
email - the email to set


Copyright © 2010 eXo Platform SAS. All Rights Reserved.