org.kuali.rice.kew.api.document
Class DocumentLink

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.document.DocumentLink
All Implemented Interfaces:
Serializable, Identifiable, ModelObjectBasic, ModelObjectComplete, DocumentLinkContract

public final class DocumentLink
extends AbstractDataTransferObject
implements DocumentLinkContract

See Also:
Serialized Form

Nested Class Summary
static class DocumentLink.Builder
          A builder which can be used to construct DocumentLink instances.
 
Method Summary
 String getDestinationDocumentId()
           
 String getId()
          The unique identifier for an object.
 String getOriginatingDocumentId()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.