public class ReviewerInfo extends Object
The metadata of annotation reviewer.
Constructor and Description |
---|
ReviewerInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getAccessRights()
Gets or sets the access rights.
|
byte[] |
getAvatar()
Gets or sets the avatar.
|
long |
getColor()
Gets or sets the color.
|
String |
getFirstName()
Gets or sets the first name.
|
String |
getGuid()
Gets or sets the unique identifier.
|
long |
getId()
Gets or sets the identifier.
|
String |
getLastName()
Gets or sets the last name.
|
String |
getPrimaryEmail()
Gets or sets the primary email.
|
void |
setAccessRights(long value)
Gets or sets the access rights.
|
void |
setAvatar(byte[] value)
Gets or sets the avatar.
|
void |
setColor(long value)
Gets or sets the color.
|
void |
setFirstName(String value)
Gets or sets the first name.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setId(long value)
Gets or sets the identifier.
|
void |
setLastName(String value)
Gets or sets the last name.
|
void |
setPrimaryEmail(String value)
Gets or sets the primary email.
|
String |
toString() |
public long getId()
Gets or sets the identifier.
Value: The identifier.public void setId(long value)
Gets or sets the identifier.
Value: The identifier.value
- public String getGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setGuid(String value)
Gets or sets the unique identifier.
Value: The unique identifier.value
- public String getPrimaryEmail()
Gets or sets the primary email.
Value: The primary email.public void setPrimaryEmail(String value)
Gets or sets the primary email.
Value: The primary email.value
- public String getFirstName()
Gets or sets the first name.
Value: The first name.public void setFirstName(String value)
Gets or sets the first name.
Value: The first name.value
- public String getLastName()
Gets or sets the last name.
Value: The last name.public void setLastName(String value)
Gets or sets the last name.
Value: The last name.value
- public long getAccessRights()
Gets or sets the access rights.
Value: The access rights.public void setAccessRights(long value)
Gets or sets the access rights.
Value: The access rights.value
- public long getColor()
Gets or sets the color.
Value: The color.public void setColor(long value)
Gets or sets the color.
Value: The color.value
- public byte[] getAvatar()
Gets or sets the avatar.
Value: The avatar.public void setAvatar(byte[] value)
Gets or sets the avatar.
Value: The avatar.value
- Copyright © 2018. All rights reserved.