SAP BI Java SDK

com.sap.ip.bi.sdk.dac.olap.query.main
Interface IBIIdentifiable

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
IBIAddition, IBIAggregate, IBIAncestor, IBIAttributeReference, IBIAverage, IBIAxis, IBIAxisDimension, IBICalculatedMember, IBIChildren, IBIClosingPeriod, IBICompositeMemberSetExpression, IBICompositeTupleSetExpression, IBIConcatenation, IBIConditionBasedFilter, IBICount, IBICousin, IBICurrentMember, IBIDescendantsLevel, IBIDimensionMembers, IBIDivision, IBIDrill, IBIFilter, IBIFirstChild, IBIFirstSibling, IBIHierarchyMembers, IBIInputReference, IBILag, IBILastChild, IBILastPeriods, IBILastSibling, IBILead, IBILevelDrill, IBILevelMembers, IBILiteralReference, IBIMaximum, IBIMedian, IBIMember, IBIMemberDrill, IBIMemberExpression, IBIMemberList, IBIMemberReference, IBIMemberSelection, IBIMemberSet, IBIMemberSetExpression, IBIMinimum, IBIMultiplication, IBINextMember, IBINumericValueFunction, IBIOpeningPeriod, IBIOperation, IBIParallelPeriod, IBIParent, IBIPeriodsToDate, IBIPreviousMember, IBIQuery, IBIRange, IBIRank, IBIRankingFilter, IBISapHierarchyVariable, IBISapMemberVariable, IBISapNumericVariable, IBISapVariable, IBISet, IBISetExpression, IBISignInversion, IBISort, IBIStandardDeviation, IBISubtraction, IBISum, IBITimeSeries, IBITuple, IBITupleDrill, IBITupleList, IBITupleReference, IBITupleSelection, IBITupleSet, IBITupleSetExpression, IBIVariance

public interface IBIIdentifiable
extends javax.jmi.reflect.RefObject

Endows several objects in the OLAP Query Model with the ability to provide an Id and a Label. The Id represents a unique identifier for the object. The Label can be used by an application for display purposes.

All subclasses of MemberSetExpression, TupleSetExpression, and InputReference implement this interface.


Method Summary
 String getDescription()
           A textual description of the object.
 String getId()
           Unique Id of the object.
 String getLabel()
           A caption that is associated with the object primarily for display purposes.
 void setDescription(String newValue)
           A textual description of the object.
 void setId(String newValue)
           Unique Id of the object.
 void setLabel(String newValue)
           A caption that is associated with the object primarily for display purposes.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getId

public String getId()
             throws javax.jmi.reflect.JmiException

Unique Id of the object. The Id is unique within the scope of a connection. If the client application is using the factory methods provided by IBIOlap, object Ids are generated by concatenating the class name with a six-digit number that is continuously incremented for each new instance.


setId

public void setId(String newValue)
           throws javax.jmi.reflect.JmiException

Unique Id of the object. The Id is unique within the scope of a connection. If the client application is using the factory methods provided by IBIOlap, object Ids are generated by concatenating the class name with a six-digit number that is continuously incremented for each new instance.


getLabel

public String getLabel()
                throws javax.jmi.reflect.JmiException

A caption that is associated with the object primarily for display purposes.


setLabel

public void setLabel(String newValue)
              throws javax.jmi.reflect.JmiException

A caption that is associated with the object primarily for display purposes.


getDescription

public String getDescription()
                      throws javax.jmi.reflect.JmiException

A textual description of the object.


setDescription

public void setDescription(String newValue)
                    throws javax.jmi.reflect.JmiException

A textual description of the object.


SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.