public class CorrespondenceLink extends HashMap<String,Serializable>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CorrespondenceLink(DocumentRef sourceDocumentRef) |
CorrespondenceLink(DocumentRef sourceDocumentRef,
String targetDocId,
String comment,
Long order,
Calendar creationDate) |
CorrespondenceLink(DocumentRef sourceDocumentRef,
String targetDocId,
String comment,
Long order,
Calendar creationDate,
Calendar modificationDate,
String author) |
CorrespondenceLink(Map<String,Serializable> stmt) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComment() |
Calendar |
getCreationDate() |
Calendar |
getModificationDate() |
Long |
getOrder() |
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(DocumentRef sourceDocumentRef) |
void |
setTargetDocId(String targetDocId) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public CorrespondenceLink(DocumentRef sourceDocumentRef)
public CorrespondenceLink(Map<String,Serializable> stmt)
public CorrespondenceLink(DocumentRef sourceDocumentRef, String targetDocId, String comment, Long order, Calendar creationDate, Calendar modificationDate, String author)
public CorrespondenceLink(DocumentRef sourceDocumentRef, String targetDocId, String comment, Long order, Calendar creationDate)
public String getTargetDocId()
public void setTargetDocId(String targetDocId)
public String getAuthor()
public void setAuthor(String author)
public String getComment()
public void setComment(String comment)
public Long getOrder()
public void setOrder(Long order)
public Calendar getModificationDate()
public void setModificationDate(Calendar modificationDate)
public Calendar getCreationDate()
public void setCreationDate(Calendar creationDate)
public DocumentRef getSourceDocumentRef()
public void setSourceDocumentRef(DocumentRef sourceDocumentRef)
Copyright © 2011 Nuxeo SA. All Rights Reserved.