java.lang.Object
com.independentsoft.office.spreadsheet.comments.Author

public class Author extends Object
The Class Author.
  • Constructor Details

    • Author

      public Author()
      Instantiates a new author.
    • Author

      public Author(String name)
      Instantiates a new author.
      Parameters:
      name - the name
  • Method Details

    • clone

      public Author clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name