com.businessobjects.rebean.wi
Interface DrillToElement

All Superinterfaces:
DrillElement

public interface DrillToElement
extends DrillElement

The DrillToElement interface provides access to DrillElement. This interface is used only in drill mode. DrillToElement must be specified and set by the user for a drill action.

See Also:
DrillElement, DrillFromElement

Method Summary
 java.lang.String getHierarchyID()
          Returns the hierarchy ID the user have set.
 void setHierarchyID(java.lang.String hierarchyID)
          Sets the hierarchy ID of the dimension you want to drill to.
 
Methods inherited from interface com.businessobjects.rebean.wi.DrillElement
getObjectID, setObjectID
 

Method Detail

getHierarchyID

java.lang.String getHierarchyID()
Returns the hierarchy ID the user have set.

Returns:
the hierarchy ID the user have set.

setHierarchyID

void setHierarchyID(java.lang.String hierarchyID)
Sets the hierarchy ID of the dimension you want to drill to.

Parameters:
hierarchyID - the hierarchy ID of the dimension you want to drill to