@Entity public class DocumentLink extends Object implements Serializable, DocumentLinkContract
| Constructor and Description |
|---|
DocumentLink() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentLink |
from(DocumentLink documentLink) |
String |
getDestDocId() |
String |
getDestinationDocumentId() |
String |
getDocLinkId() |
String |
getId()
The unique identifier for an object.
|
String |
getOrgnDocId() |
String |
getOriginatingDocumentId() |
void |
setDestDocId(String destDocId) |
void |
setDocLinkId(String docLinkId) |
void |
setOrgnDocId(String orgnDocId) |
static DocumentLink |
to(DocumentLink documentLinkBo) |
public DocumentLink()
public String getDocLinkId()
public void setDocLinkId(String docLinkId)
docLinkId - the docLinkId to setpublic String getOrgnDocId()
public void setOrgnDocId(String orgnDocId)
orgnDocId - the orgnDocId to setpublic String getDestDocId()
public void setDestDocId(String destDocId)
destDocId - the destDocId to setpublic String getId()
IdentifiablegetId in interface Identifiablepublic String getOriginatingDocumentId()
getOriginatingDocumentId in interface DocumentLinkContractpublic String getDestinationDocumentId()
getDestinationDocumentId in interface DocumentLinkContractpublic static DocumentLink to(DocumentLink documentLinkBo)
public static DocumentLink from(DocumentLink documentLink)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.