Class AtomAuthor

java.lang.Object
com.emc.documentum.rest.model.AtomAuthor

public class AtomAuthor extends Object
Atom author
  • Constructor Details

    • AtomAuthor

      public AtomAuthor()
      Constructor
    • AtomAuthor

      public AtomAuthor(String name)
      Constructor
      Parameters:
      name - atom author name
    • AtomAuthor

      public AtomAuthor(String name, String uri, String email)
      Constructor
      Parameters:
      name - atom author name
      uri - atom author URI
      email - atom author email
  • Method Details

    • getName

      public String getName()
      Get author name
      Returns:
      the author name
    • setName

      public void setName(String name)
      Set author name
      Parameters:
      name - author name
    • getUri

      public String getUri()
      Get author URI
      Returns:
      author URI
    • setUri

      public void setUri(String uri)
      Set author URI
      Parameters:
      uri - author URI
    • getEmail

      public String getEmail()
      Get author email
      Returns:
      author email
    • setEmail

      public void setEmail(String email)
      Set author email
      Parameters:
      email - author email