public class LinkedDocument extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
brokenDocument |
protected DocumentModel |
document |
protected DocumentRef |
documentRef |
protected RepositoryLocation |
repository |
Constructor and Description |
---|
LinkedDocument() |
Modifier and Type | Method and Description |
---|---|
DocumentModel |
getDocument() |
DocumentRef |
getDocumentRef() |
RepositoryLocation |
getRepository() |
boolean |
isBrokenDocument() |
void |
setBrokenDocument(boolean brokenDocument) |
void |
setDocument(DocumentModel document) |
void |
setDocumentRef(DocumentRef documentRef) |
void |
setRepository(RepositoryLocation repository) |
protected DocumentRef documentRef
protected RepositoryLocation repository
protected transient DocumentModel document
protected boolean brokenDocument
public LinkedDocument()
public boolean isBrokenDocument()
public void setBrokenDocument(boolean brokenDocument)
public DocumentModel getDocument()
public void setDocument(DocumentModel document)
public DocumentRef getDocumentRef()
public void setDocumentRef(DocumentRef documentRef)
public RepositoryLocation getRepository()
public void setRepository(RepositoryLocation repository)
Copyright © 2018 Nuxeo. All rights reserved.