[]
        
(Showing Draft Content)

IAuthor

Interface IAuthor


public interface IAuthor
Represents an author of threaded comment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the username.
    void
    Sets the username.
  • Method Details

    • getName

      String getName()
      Gets the username.
    • setName

      void setName(String name)
      Sets the username.