Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.audit.api.comment
Class LinkedDocument

java.lang.Object
  extended by org.nuxeo.ecm.platform.audit.api.comment.LinkedDocument
All Implemented Interfaces:
Serializable

public class LinkedDocument
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LinkedDocument()
           
 
Method Summary
 DocumentModel getDocument()
           
 DocumentRef getDocumentRef()
           
 RepositoryLocation getRepository()
           
 boolean isBrokenDocument()
           
 void setBrokenDocument(boolean brokenDocument)
           
 void setDocument(DocumentModel document)
           
 void setDocumentRef(DocumentRef documentRef)
           
 void setRepository(RepositoryLocation repository)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedDocument

public LinkedDocument()
Method Detail

isBrokenDocument

public boolean isBrokenDocument()

setBrokenDocument

public void setBrokenDocument(boolean brokenDocument)

getDocument

public DocumentModel getDocument()

setDocument

public void setDocument(DocumentModel document)

getDocumentRef

public DocumentRef getDocumentRef()

setDocumentRef

public void setDocumentRef(DocumentRef documentRef)

getRepository

public RepositoryLocation getRepository()

setRepository

public void setRepository(RepositoryLocation repository)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.