org.nuxeo.correspondence.link
Class CorrespondenceLink
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Serializable>
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
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)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
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)
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)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.