Class Author

java.lang.Object
com.broadleafcommerce.content.domain.Author
All Implemented Interfaces:
Serializable

public class Author extends Object implements Serializable
Represents an author of content.
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • Author

      public Author()
  • Method Details

    • getId

      public String getId()
      Id of the author user
      Returns:
      Id of the author user.
    • getName

      public String getName()
      Full name of the author.
      Returns:
      Full name of the author.
    • getUsername

      public String getUsername()
      Username of the author.
      Returns:
      Username of the author.
    • setId

      public void setId(String id)
      Id of the author user
      Parameters:
      id - Id of the author user.
    • setName

      public void setName(String name)
      Full name of the author.
      Parameters:
      name - Full name of the author.
    • setUsername

      public void setUsername(String username)
      Username of the author.
      Parameters:
      username - Username of the author.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object