com.businessobjects.rebean.wi
Interface DrillBarObject


public interface DrillBarObject

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

DrillBarObject defines a wrapper around the drillable object of the universe (datasource).

See Also:
DrillBar, Lov, DrillBar.getItem(int), DrillBar.getItem(String)

Method Summary
 java.lang.String getFilter()
          Returns the current filter value.
 java.lang.String getID()
          Returns an unique identifier of this object.
 Lov getLOV()
          Returns the list of values (Lov) of the DrillBarObject.
 java.lang.String getName()
          Returns the name of the DrillBarObject.
 ObjectQualification getQualification()
          Returns the qualification of this object.
 boolean isQueryFilter()
          Checks if the DrillBarObject is filtered in the Query.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the DrillBarObject.

Returns:
the universe object name

getID

java.lang.String getID()
Returns an unique identifier of this object.

Returns:
the ID

getQualification

ObjectQualification getQualification()
Returns the qualification of this object.

Returns:
the qualification

getFilter

java.lang.String getFilter()
Returns the current filter value.

Returns:
the current filter value.

getLOV

Lov getLOV()
Returns the list of values (Lov) of the DrillBarObject.

Returns:
the list of values of the DrillBarObject.

isQueryFilter

boolean isQueryFilter()
Checks if the DrillBarObject is filtered in the Query.

Returns:
true, if the DrillBarObject is filtered in the Query, otherwise false.