@Embeddable public class BaselinedDocumentKey extends Object implements Serializable
BaselinedDocument
objects defined as an embeddable
object in order to be used inside the baselined documents map in
the DocumentCollection
class.Constructor and Description |
---|
BaselinedDocumentKey() |
BaselinedDocumentKey(int documentCollectionId,
String workspaceId,
String documentMasterId,
String targetDocumentVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getDocumentCollectionId() |
String |
getTargetDocumentId() |
String |
getTargetDocumentVersion() |
String |
getTargetDocumentWorkspaceId() |
int |
hashCode() |
void |
setDocumentCollectionId(int documentCollectionId) |
void |
setTargetDocumentId(String targetDocumentId) |
void |
setTargetDocumentVersion(String targetDocumentVersion) |
void |
setTargetDocumentWorkspaceId(String targetDocumentWorkspaceId) |
public int getDocumentCollectionId()
public void setDocumentCollectionId(int documentCollectionId)
public String getTargetDocumentWorkspaceId()
public void setTargetDocumentWorkspaceId(String targetDocumentWorkspaceId)
public String getTargetDocumentId()
public void setTargetDocumentId(String targetDocumentId)
public String getTargetDocumentVersion()
public void setTargetDocumentVersion(String targetDocumentVersion)
Copyright © 2017 DocDoku. All rights reserved.