com.businessobjects.rebean.wi
Interface DrillDetail


public interface DrillDetail

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The DrillDetail interface provides access to the properties and functionality of a Business Objects universe detail. A detail is defined by the Universe Designer tool.


Method Summary
 java.lang.String getDescription()
          Gets the detail description.
 java.lang.String getFilter()
          Gets the filter set on this detail if any.
 java.lang.String getID()
          Gets the detail ID.
 Lov getLOV()
          Gets the list of values.
 java.lang.String getName()
          Gets the detail name.
 

Method Detail

getName

java.lang.String getName()
Gets the detail name.

Returns:
the name of the detail.

getID

java.lang.String getID()
Gets the detail ID.

Returns:
this detail ID.

getDescription

java.lang.String getDescription()
Gets the detail description.

Returns:
this detail description.

getFilter

java.lang.String getFilter()
Gets the filter set on this detail if any.

Returns:
the filter set on this detail.

getLOV

Lov getLOV()
Gets the list of values. you can also get it from DocumentInstance.getLOV(this.getID()).

See Also:
DocumentInstance.getLOV(String)