Class BaseObjectInfo

  • Direct Known Subclasses:
    ListObjectInfo

    public class BaseObjectInfo
    extends java.lang.Object
    The BaseObjectInfo class is a wrapper around the actual value produced in the base tag The purpose of this class is two-folded: 1. to be able to differentaite a List and a Base obj 2. to be able to identify a NULL base object which could be passed as an argument
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • OBJECT_TYPE_BASE_OBJECT

        public static final int OBJECT_TYPE_BASE_OBJECT
        See Also:
        Constant Field Values
      • _baseObject

        protected java.lang.Object _baseObject
    • Constructor Detail

      • BaseObjectInfo

        public BaseObjectInfo​(java.lang.Object baseObj)
      • BaseObjectInfo

        public BaseObjectInfo()
    • Method Detail

      • getType

        public int getType()
      • getBaseObject

        public java.lang.Object getBaseObject()
      • setBaseObject

        public void setBaseObject​(java.lang.Object baseObj)