Package io.keikai.model.impl
Class ThreadedCommentAuthorImpl
java.lang.Object
io.keikai.model.impl.ThreadedCommentAuthorImpl
- All Implemented Interfaces:
SThreadedCommentAuthor,Serializable
public class ThreadedCommentAuthorImpl
extends Object
implements SThreadedCommentAuthor, Serializable
Default implementation of
SThreadedCommentAuthor.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThreadedCommentAuthorImpl(String id, String displayName, String userId, String providerId) Creates a new threaded comment author. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the display name of this author.getId()Returns the unique identifier (GUID) of this author.Returns the identity provider ID (e.g., "AD" for Active Directory, "PeoplePicker", "Windows Live").Returns the user identifier (e.g., email) of this author.inthashCode()toString()
-
Constructor Details
-
ThreadedCommentAuthorImpl
Creates a new threaded comment author.- Parameters:
id- the unique GUIDdisplayName- the display nameuserId- the user ID (e.g. email)providerId- the identity provider ID
-
-
Method Details
-
getId
Description copied from interface:SThreadedCommentAuthorReturns the unique identifier (GUID) of this author.- Specified by:
getIdin interfaceSThreadedCommentAuthor- Returns:
- the author GUID
-
getDisplayName
Description copied from interface:SThreadedCommentAuthorReturns the display name of this author.- Specified by:
getDisplayNamein interfaceSThreadedCommentAuthor- Returns:
- the display name
-
getUserId
Description copied from interface:SThreadedCommentAuthorReturns the user identifier (e.g., email) of this author.- Specified by:
getUserIdin interfaceSThreadedCommentAuthor- Returns:
- the user ID
-
getProviderId
Description copied from interface:SThreadedCommentAuthorReturns the identity provider ID (e.g., "AD" for Active Directory, "PeoplePicker", "Windows Live").- Specified by:
getProviderIdin interfaceSThreadedCommentAuthor- Returns:
- the provider ID
-
equals
-
hashCode
public int hashCode() -
toString
-