Package com.microstrategy.web.objects
Class RWUnitInfoImpl
- java.lang.Object
-
- com.microstrategy.web.objects.RWUnitInfoImpl
-
- All Implemented Interfaces:
KeyedObject
,RWUnitInfo
public class RWUnitInfoImpl extends java.lang.Object implements RWUnitInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
RWUnitInfoImpl.UnitInfoHandler
-
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 unitjava.lang.String
getComment()
get the comment of this document unitWebFormat
getFormat()
get the format of this document unitWebObjectInfo
getTarget()
get the target(attribute and metric) of this document unit, the reference to the template unit object that the document unit properties will overrideboolean
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 unitvoid
setComment(java.lang.String _comment)
set the comment of this document unitvoid
setFormat(WebFormat _format)
set the format of this document unitvoid
setHidden(java.lang.Boolean _hidden)
set the hidden status of this document unitvoid
setTarget(WebObjectInfo _target)
set the target(attribute and metric) of this document unit
-
-
-
Method Detail
-
getFormat
public WebFormat getFormat()
Description copied from interface:RWUnitInfo
get the format of this document unit- Specified by:
getFormat
in interfaceRWUnitInfo
- 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 interfaceRWUnitInfo
-
getAlias
public java.lang.String getAlias()
Description copied from interface:RWUnitInfo
get the alias of this document unit- Specified by:
getAlias
in interfaceRWUnitInfo
- 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 interfaceRWUnitInfo
-
isHidden
public boolean isHidden()
Description copied from interface:RWUnitInfo
get the hidden status of this document unit.- Specified by:
isHidden
in interfaceRWUnitInfo
- 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 interfaceRWUnitInfo
-
getComment
public java.lang.String getComment()
Description copied from interface:RWUnitInfo
get the comment of this document unit- Specified by:
getComment
in interfaceRWUnitInfo
- 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 interfaceRWUnitInfo
-
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 interfaceRWUnitInfo
- 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 interfaceRWUnitInfo
-
_getObKey
public java.lang.Object _getObKey()
- Specified by:
_getObKey
in interfaceKeyedObject
-
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
-
-