org.kuali.rice.kew.documentlink
Class DocumentLink
java.lang.Object
org.kuali.rice.kew.documentlink.DocumentLink
- All Implemented Interfaces:
- Serializable, WorkflowPersistable
@Sequence(name="KREW_DOC_LNK_S",
property="docLinkId")
public class DocumentLink
- extends Object
- implements WorkflowPersistable
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
docLinkId
private Long docLinkId
orgnDocId
private Long orgnDocId
destDocId
private Long destDocId
DocumentLink
public DocumentLink()
getDocLinkId
public Long getDocLinkId()
- Returns:
- the docLinkId
setDocLinkId
public void setDocLinkId(Long docLinkId)
- Parameters:
docLinkId
- the docLinkId to set
getOrgnDocId
public Long getOrgnDocId()
- Returns:
- the orgnDocId
setOrgnDocId
public void setOrgnDocId(Long orgnDocId)
- Parameters:
orgnDocId
- the orgnDocId to set
getDestDocId
public Long getDestDocId()
- Returns:
- the destDocId
setDestDocId
public void setDestDocId(Long destDocId)
- Parameters:
destDocId
- the destDocId to set
copy
public Object copy(boolean preserveKeys)
- This overridden method ...
- Specified by:
copy
in interface WorkflowPersistable
- See Also:
WorkflowPersistable.copy(boolean)
beforeInsert
public void beforeInsert()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.