Class Author
java.lang.Object
com.broadleafcommerce.content.domain.Author
- All Implemented Interfaces:
Serializable
Represents an author of content.
- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Author
public Author()
-
-
Method Details
-
getId
Id of the author user- Returns:
- Id of the author user.
-
getName
Full name of the author.- Returns:
- Full name of the author.
-
getUsername
Username of the author.- Returns:
- Username of the author.
-
setId
Id of the author user- Parameters:
id
- Id of the author user.
-
setName
Full name of the author.- Parameters:
name
- Full name of the author.
-
setUsername
Username of the author.- Parameters:
username
- Username of the author.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-