Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.link
Class CorrespondenceLink

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Serializable>
          extended by org.nuxeo.correspondence.link.CorrespondenceLink
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Serializable>

public class CorrespondenceLink
extends HashMap<String,Serializable>

Since:
1.7
Author:
ldoguin
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef)
           
CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef, String targetDocId, String comment, Long order, Calendar creationDate)
           
CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef, String targetDocId, String comment, Long order, Calendar creationDate, Calendar modificationDate, String author)
           
CorrespondenceLink(Map<String,Serializable> stmt)
           
 
Method Summary
 String getAuthor()
           
 String getComment()
           
 Calendar getCreationDate()
           
 Calendar getModificationDate()
           
 Long getOrder()
           
 org.nuxeo.ecm.core.api.DocumentRef getSourceDocumentRef()
           
 String getTargetDocId()
           
 void setAuthor(String author)
           
 void setComment(String comment)
           
 void setCreationDate(Calendar creationDate)
           
 void setModificationDate(Calendar modificationDate)
           
 void setOrder(Long order)
           
 void setSourceDocumentRef(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef)
           
 void setTargetDocId(String targetDocId)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CorrespondenceLink

public CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef)

CorrespondenceLink

public CorrespondenceLink(Map<String,Serializable> stmt)

CorrespondenceLink

public CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef,
                          String targetDocId,
                          String comment,
                          Long order,
                          Calendar creationDate,
                          Calendar modificationDate,
                          String author)

CorrespondenceLink

public CorrespondenceLink(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef,
                          String targetDocId,
                          String comment,
                          Long order,
                          Calendar creationDate)
Method Detail

getTargetDocId

public String getTargetDocId()

setTargetDocId

public void setTargetDocId(String targetDocId)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getComment

public String getComment()

setComment

public void setComment(String comment)

getOrder

public Long getOrder()

setOrder

public void setOrder(Long order)

getModificationDate

public Calendar getModificationDate()

setModificationDate

public void setModificationDate(Calendar modificationDate)

getCreationDate

public Calendar getCreationDate()

setCreationDate

public void setCreationDate(Calendar creationDate)

getSourceDocumentRef

public org.nuxeo.ecm.core.api.DocumentRef getSourceDocumentRef()

setSourceDocumentRef

public void setSourceDocumentRef(org.nuxeo.ecm.core.api.DocumentRef sourceDocumentRef)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.