Constructor and Description |
---|
AnnotationCollaborator() |
Modifier and Type | Method and Description |
---|---|
long |
getAccessRights()
Gets or sets the access rights.
|
long |
getColor()
Gets or sets the color.
|
long |
getDocumentId()
Gets or sets the document identifier.
|
long |
getId()
Gets or sets the identifier.
|
long |
getUserId()
Gets or sets the user identifier.
|
void |
setAccessRights(long value)
Gets or sets the access rights.
|
void |
setColor(long value)
Gets or sets the color.
|
void |
setDocumentId(long value)
Gets or sets the document identifier.
|
void |
setId(long value)
Gets or sets the identifier.
|
void |
setUserId(long value)
Gets or sets the user identifier.
|
public long getId()
Gets or sets the identifier.
Value: The identifier.public void setId(long value)
Gets or sets the identifier.
Value: The identifier.public long getDocumentId()
Gets or sets the document identifier.
Value: The document identifier.public void setDocumentId(long value)
Gets or sets the document identifier.
Value: The document identifier.value
- public long getUserId()
Gets or sets the user identifier.
Value: The user identifier.public void setUserId(long value)
Gets or sets the user identifier.
Value: The user identifier.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
-