org.kuali.rice.kew.dto
Class DocumentLinkDTO

java.lang.Object
  extended by org.kuali.rice.kew.dto.DocumentLinkDTO
All Implemented Interfaces:
Serializable

public class DocumentLinkDTO
extends Object
implements Serializable

Transport object for a documentLink

Author:
Kuali Rice Team (kuali-rice@googlegroups.com)
See Also:
Serialized Form

Field Summary
private  String destDocId
           
private  String docLinkId
           
private  String orgnDocId
           
private static long serialVersionUID
           
 
Constructor Summary
DocumentLinkDTO()
           
 
Method Summary
static boolean checkDocLink(DocumentLinkDTO docLinkVO)
           
 String getDestDocId()
           
 String getLinbkId()
           
 String getOrgnDocId()
           
 void setDestDocId(String destDocId)
           
 void setLinbkId(String linkId)
           
 void setOrgnDocId(String 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 String docLinkId

orgnDocId

private String orgnDocId

destDocId

private String destDocId
Constructor Detail

DocumentLinkDTO

public DocumentLinkDTO()
Method Detail

getLinbkId

public String getLinbkId()
Returns:
the linbkId

setLinbkId

public void setLinbkId(String linkId)
Parameters:
linbkId - the linbkId 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

checkDocLink

public static boolean checkDocLink(DocumentLinkDTO docLinkVO)
                            throws WorkflowException
Throws:
WorkflowException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.