com.crystaldecisions.sdk.plugin.destination.managed
Interface IOptionsPerDoc


public interface IOptionsPerDoc

This interface represents a collection of documents to be delivered and their associated options for the managed destination.


Method Summary
 int getDocID()
          The ID of the document to be delivered
 java.lang.String getTargetObjectName()
          Gets target object name associated with the document to be delivered
 void setTargetObjectName(java.lang.String name)
          Sets target object name associated with the document to be delivered
 

Method Detail

getDocID

int getDocID()
The ID of the document to be delivered

Returns:
ID of the document to be delivered

getTargetObjectName

java.lang.String getTargetObjectName()
Gets target object name associated with the document to be delivered

Returns:
Target object name associated with the document to be delivered

setTargetObjectName

void setTargetObjectName(java.lang.String name)
Sets target object name associated with the document to be delivered

Parameters:
name - Target object name associated with the document to be delivered