com.crystaldecisions.sdk.plugin.desktop.shortcut
Interface IShortcutBase

All Known Subinterfaces:
IShortcut

public interface IShortcutBase

This interface is used to return the object that it references so that it can gain access to all of the target object's properties and methods. These properties and methods are used on the shortcut object itself, and not the object it refers to.


Method Summary
 int getTargetID()
           Returns the ID of the target object.
 void setTargetID(int Id)
           Sets the ID of the target object.
 

Method Detail

getTargetID

public int getTargetID()

Returns the ID of the target object.

Returns:
An int specifying the ID of the target object.

setTargetID

public void setTargetID(int Id)

Sets the ID of the target object.

Parameters:
Id - An int specifying the ID of the target object.