Interface WebNewObjectDrillAction

    • Method Detail

      • getTarget

        WebObjectInfo getTarget()
        Returns the target object for the current drill action.
        Returns:
        The target object for the drill action hold by this object.
      • setTarget

        void setTarget​(WebObjectInfo target)
                throws java.lang.IllegalArgumentException
        Sets the target object for the current drill action.
        Parameters:
        target - The target object for the drill action hold by this object.
        Throws:
        java.lang.IllegalArgumentException - if the object type passed is invalid.