org.kuali.rice.kew.documentlink
Class DocumentLink

java.lang.Object
  extended by 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

Field Summary
private  Long destDocId
           
private  Long docLinkId
           
private  Long orgnDocId
           
private static long serialVersionUID
           
 
Constructor Summary
DocumentLink()
           
 
Method Summary
 void beforeInsert()
           
 Object copy(boolean preserveKeys)
          This overridden method ...
 Long getDestDocId()
           
 Long getDocLinkId()
           
 Long getOrgnDocId()
           
 void setDestDocId(Long destDocId)
           
 void setDocLinkId(Long docLinkId)
           
 void setOrgnDocId(Long orgnDocId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

docLinkId

private Long docLinkId

orgnDocId

private Long orgnDocId

destDocId

private Long destDocId
Constructor Detail

DocumentLink

public DocumentLink()
Method Detail

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.