Package org.kuali.rice.kew.documentlink
Class DocumentLink
java.lang.Object
org.kuali.rice.kew.documentlink.DocumentLink
- All Implemented Interfaces:
Serializable,Identifiable,DocumentLinkContract
Server side bean for DocumentLinkDAO
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentLinkfrom(DocumentLink documentLink) getId()voidsetDestDocId(String destDocId) voidsetDocLinkId(String docLinkId) voidsetOrgnDocId(String orgnDocId) static DocumentLinkto(DocumentLink documentLinkBo)
-
Constructor Details
-
DocumentLink
public DocumentLink()
-
-
Method Details
-
getDocLinkId
- Returns:
- the docLinkId
-
setDocLinkId
- Parameters:
docLinkId- the docLinkId to set
-
getOrgnDocId
- Returns:
- the orgnDocId
-
setOrgnDocId
- Parameters:
orgnDocId- the orgnDocId to set
-
getDestDocId
- Returns:
- the destDocId
-
setDestDocId
- Parameters:
destDocId- the destDocId to set
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getOriginatingDocumentId
- Specified by:
getOriginatingDocumentIdin interfaceDocumentLinkContract
-
getDestinationDocumentId
- Specified by:
getDestinationDocumentIdin interfaceDocumentLinkContract
-
to
-
from
-