org.kuali.rice.kew.documentlink
Class DocumentLink
java.lang.Object
org.kuali.rice.kew.documentlink.DocumentLink
- All Implemented Interfaces:
- Serializable, Identifiable, DocumentLinkContract
@Entity
public class DocumentLink
- extends Object
- implements Serializable, DocumentLinkContract
Server side bean for DocumentLinkDAO
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentLink
public DocumentLink()
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
beforeInsert
public void beforeInsert()
getId
public String getId()
- Description copied from interface:
Identifiable
- The unique identifier for an object. This can be null.
- Specified by:
getId
in interface Identifiable
- Returns:
- the id
getOriginatingDocumentId
public String getOriginatingDocumentId()
- Specified by:
getOriginatingDocumentId
in interface DocumentLinkContract
getDestinationDocumentId
public String getDestinationDocumentId()
- Specified by:
getDestinationDocumentId
in interface DocumentLinkContract
to
public static DocumentLink to(DocumentLink documentLinkBo)
from
public static DocumentLink from(DocumentLink documentLink)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.