public class AuthorDataImpl extends BambooEntityObject implements Serializable, AuthorData
| Modifier | Constructor and Description |
|---|---|
protected |
AuthorDataImpl() |
|
AuthorDataImpl(AuthorContext author) |
|
AuthorDataImpl(String name) |
|
AuthorDataImpl(String name,
String linkedUserName) |
|
AuthorDataImpl(String name,
String linkedUserName,
String email) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AuthorContext otherAuthor) |
boolean |
equals(Object o) |
String |
getEmail() |
String |
getLinkedUserName() |
String |
getName()
Unique name identifying an author.
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setLinkedUserName(String linkedUserName) |
void |
setName(String name) |
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitsetIdgetIdprotected AuthorDataImpl()
public AuthorDataImpl(@Nullable
String name)
public AuthorDataImpl(@Nullable
String name,
@Nullable
String linkedUserName,
@Nullable
String email)
public AuthorDataImpl(@NotNull
AuthorContext author)
@Nullable public String getName()
AuthorContextgetName in interface AuthorContextgetName in interface NameProviderpublic void setName(String name)
@Nullable public String getLinkedUserName()
getLinkedUserName in interface AuthorContextpublic void setLinkedUserName(@Nullable
String linkedUserName)
setLinkedUserName in interface AuthorData@Nullable public String getEmail()
getEmail in interface AuthorContextpublic void setEmail(String email)
setEmail in interface AuthorDatapublic int hashCode()
hashCode in class com.atlassian.core.bean.EntityObjectpublic boolean equals(Object o)
equals in class com.atlassian.core.bean.EntityObjectpublic int compareTo(AuthorContext otherAuthor)
compareTo in interface Comparable<AuthorContext>Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.