Package com.emc.documentum.rest.model
Class AtomAuthor
java.lang.Object
com.emc.documentum.rest.model.AtomAuthor
Atom author
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructorAtomAuthor(String name) ConstructorAtomAuthor(String name, String uri, String email) Constructor - 
Method Summary
 
- 
Constructor Details
- 
AtomAuthor
public AtomAuthor()Constructor - 
AtomAuthor
Constructor- Parameters:
 name- atom author name
 - 
AtomAuthor
Constructor- Parameters:
 name- atom author nameuri- atom author URIemail- atom author email
 
 - 
 - 
Method Details
- 
getName
Get author name- Returns:
 - the author name
 
 - 
setName
Set author name- Parameters:
 name- author name
 - 
getUri
Get author URI- Returns:
 - author URI
 
 - 
setUri
Set author URI- Parameters:
 uri- author URI
 - 
getEmail
Get author email- Returns:
 - author email
 
 - 
setEmail
Set author email- Parameters:
 email- author email
 
 -