Class DocumentLink

java.lang.Object
org.kuali.rice.kew.documentlink.DocumentLink
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.kew.api.document.DocumentLinkContract

@Entity public class DocumentLink extends Object implements Serializable, org.kuali.rice.kew.api.document.DocumentLinkContract
Server side bean for DocumentLinkDAO
Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
  • Constructor Details

    • DocumentLink

      public DocumentLink()
  • Method Details

    • getDocLinkId

      public String getDocLinkId()
      Returns:
      the docLinkId
    • setDocLinkId

      public void setDocLinkId(String docLinkId)
      Parameters:
      docLinkId - the docLinkId to set
    • getOrgnDocId

      public String getOrgnDocId()
      Returns:
      the orgnDocId
    • setOrgnDocId

      public void setOrgnDocId(String orgnDocId)
      Parameters:
      orgnDocId - the orgnDocId to set
    • getDestDocId

      public String getDestDocId()
      Returns:
      the destDocId
    • setDestDocId

      public void setDestDocId(String destDocId)
      Parameters:
      destDocId - the destDocId to set
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • getOriginatingDocumentId

      public String getOriginatingDocumentId()
      Specified by:
      getOriginatingDocumentId in interface org.kuali.rice.kew.api.document.DocumentLinkContract
    • getDestinationDocumentId

      public String getDestinationDocumentId()
      Specified by:
      getDestinationDocumentId in interface org.kuali.rice.kew.api.document.DocumentLinkContract
    • to

      public static org.kuali.rice.kew.api.document.DocumentLink to(DocumentLink documentLinkBo)
    • from

      public static DocumentLink from(org.kuali.rice.kew.api.document.DocumentLink documentLink)