public class ContentId extends Object implements Serializable
This object is representing the content id of a stored ContentTO.
Constructor and Description |
---|
ContentId() |
ContentId(ContentId otherBean)
Copies constructor from other ContentId
|
ContentId(String contentId,
String connectorId) |
Modifier and Type | Method and Description |
---|---|
void |
copy(ContentId otherBean)
Copies all properties from the argument value object into this value object.
|
boolean |
equals(Object obj) |
String |
getConnectorId()
The id of this repository.
|
String |
getContentId()
The id of the stored content in this repository.
|
int |
hashCode() |
void |
setConnectorId(String connectorId) |
void |
setContentId(String contentId) |
String |
toString() |
public ContentId()
public ContentId(ContentId otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public void copy(ContentId otherBean)
public String getConnectorId()
The id of this repository.
public String getContentId()
The id of the stored content in this repository.
public void setConnectorId(String connectorId)
public void setContentId(String contentId)
Copyright © 2019 Communote team. All rights reserved.