Class RWUnitInfoImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object _getObKey()  
      void appendFormatDelta​(java.lang.String formatName, java.lang.String psName, java.lang.String wpsDID, java.lang.String wpsChildCount, java.lang.String pName, java.lang.String wpID, java.lang.String wpType, java.lang.String value, boolean useDefault)  
      boolean checkSubtotalFormatSupport​(boolean signalAsException)  
      java.lang.String getAlias()
      get the alias of this document unit
      java.lang.String getComment()
      get the comment of this document unit
      WebFormat getFormat()
      get the format of this document unit
      WebObjectInfo getTarget()
      get the target(attribute and metric) of this document unit, the reference to the template unit object that the document unit properties will override
      boolean isHidden()
      get the hidden status of this document unit.
      void propogateChange​(int formatType, boolean useDefault, java.lang.String propertySetName, java.lang.String propertyName, java.lang.String newValue)  
      void setAlias​(java.lang.String _alias)
      set the alias of this document unit
      void setComment​(java.lang.String _comment)
      set the comment of this document unit
      void setFormat​(WebFormat _format)
      set the format of this document unit
      void setHidden​(java.lang.Boolean _hidden)
      set the hidden status of this document unit
      void setTarget​(WebObjectInfo _target)
      set the target(attribute and metric) of this document unit
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFormat

        public WebFormat getFormat()
        Description copied from interface: RWUnitInfo
        get the format of this document unit
        Specified by:
        getFormat in interface RWUnitInfo
        Returns:
        the format of this document unit
      • setFormat

        public void setFormat​(WebFormat _format)
        Description copied from interface: RWUnitInfo
        set the format of this document unit
        Specified by:
        setFormat in interface RWUnitInfo
      • getAlias

        public java.lang.String getAlias()
        Description copied from interface: RWUnitInfo
        get the alias of this document unit
        Specified by:
        getAlias in interface RWUnitInfo
        Returns:
        the alias of this document unit
      • setAlias

        public void setAlias​(java.lang.String _alias)
        Description copied from interface: RWUnitInfo
        set the alias of this document unit
        Specified by:
        setAlias in interface RWUnitInfo
      • isHidden

        public boolean isHidden()
        Description copied from interface: RWUnitInfo
        get the hidden status of this document unit.
        Specified by:
        isHidden in interface RWUnitInfo
        Returns:
        the status whether this unit is hidden
      • setHidden

        public void setHidden​(java.lang.Boolean _hidden)
        Description copied from interface: RWUnitInfo
        set the hidden status of this document unit
        Specified by:
        setHidden in interface RWUnitInfo
      • getComment

        public java.lang.String getComment()
        Description copied from interface: RWUnitInfo
        get the comment of this document unit
        Specified by:
        getComment in interface RWUnitInfo
        Returns:
        the comment of this document unit
      • setComment

        public void setComment​(java.lang.String _comment)
        Description copied from interface: RWUnitInfo
        set the comment of this document unit
        Specified by:
        setComment in interface RWUnitInfo
      • getTarget

        public WebObjectInfo getTarget()
        Description copied from interface: RWUnitInfo
        get the target(attribute and metric) of this document unit, the reference to the template unit object that the document unit properties will override
        Specified by:
        getTarget in interface RWUnitInfo
        Returns:
        the target(attribute and metric) of this document unit
      • setTarget

        public void setTarget​(WebObjectInfo _target)
        Description copied from interface: RWUnitInfo
        set the target(attribute and metric) of this document unit
        Specified by:
        setTarget in interface RWUnitInfo
      • _getObKey

        public java.lang.Object _getObKey()
        Specified by:
        _getObKey in interface KeyedObject
      • propogateChange

        public void propogateChange​(int formatType,
                                    boolean useDefault,
                                    java.lang.String propertySetName,
                                    java.lang.String propertyName,
                                    java.lang.String newValue)
      • appendFormatDelta

        public void appendFormatDelta​(java.lang.String formatName,
                                      java.lang.String psName,
                                      java.lang.String wpsDID,
                                      java.lang.String wpsChildCount,
                                      java.lang.String pName,
                                      java.lang.String wpID,
                                      java.lang.String wpType,
                                      java.lang.String value,
                                      boolean useDefault)
      • checkSubtotalFormatSupport

        public boolean checkSubtotalFormatSupport​(boolean signalAsException)
                                           throws java.lang.UnsupportedOperationException
        Throws:
        java.lang.UnsupportedOperationException