@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()
Identifiable
getId
in interface Identifiable
public String getOriginatingDocumentId()
getOriginatingDocumentId
in interface DocumentLinkContract
public String getDestinationDocumentId()
getDestinationDocumentId
in interface DocumentLinkContract
public static DocumentLink to(DocumentLink documentLinkBo)
public static DocumentLink from(DocumentLink documentLink)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.