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 classRWUnitInfoImpl.UnitInfoHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object_getObKey()voidappendFormatDelta(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)booleancheckSubtotalFormatSupport(boolean signalAsException)java.lang.StringgetAlias()get the alias of this document unitjava.lang.StringgetComment()get the comment of this document unitWebFormatgetFormat()get the format of this document unitWebObjectInfogetTarget()get the target(attribute and metric) of this document unit, the reference to the template unit object that the document unit properties will overridebooleanisHidden()get the hidden status of this document unit.voidpropogateChange(int formatType, boolean useDefault, java.lang.String propertySetName, java.lang.String propertyName, java.lang.String newValue)voidsetAlias(java.lang.String _alias)set the alias of this document unitvoidsetComment(java.lang.String _comment)set the comment of this document unitvoidsetFormat(WebFormat _format)set the format of this document unitvoidsetHidden(java.lang.Boolean _hidden)set the hidden status of this document unitvoidsetTarget(WebObjectInfo _target)set the target(attribute and metric) of this document unit
-
-
-
Method Detail
-
getFormat
public WebFormat getFormat()
Description copied from interface:RWUnitInfoget the format of this document unit- Specified by:
getFormatin interfaceRWUnitInfo- Returns:
- the format of this document unit
-
setFormat
public void setFormat(WebFormat _format)
Description copied from interface:RWUnitInfoset the format of this document unit- Specified by:
setFormatin interfaceRWUnitInfo
-
getAlias
public java.lang.String getAlias()
Description copied from interface:RWUnitInfoget the alias of this document unit- Specified by:
getAliasin interfaceRWUnitInfo- Returns:
- the alias of this document unit
-
setAlias
public void setAlias(java.lang.String _alias)
Description copied from interface:RWUnitInfoset the alias of this document unit- Specified by:
setAliasin interfaceRWUnitInfo
-
isHidden
public boolean isHidden()
Description copied from interface:RWUnitInfoget the hidden status of this document unit.- Specified by:
isHiddenin interfaceRWUnitInfo- Returns:
- the status whether this unit is hidden
-
setHidden
public void setHidden(java.lang.Boolean _hidden)
Description copied from interface:RWUnitInfoset the hidden status of this document unit- Specified by:
setHiddenin interfaceRWUnitInfo
-
getComment
public java.lang.String getComment()
Description copied from interface:RWUnitInfoget the comment of this document unit- Specified by:
getCommentin interfaceRWUnitInfo- Returns:
- the comment of this document unit
-
setComment
public void setComment(java.lang.String _comment)
Description copied from interface:RWUnitInfoset the comment of this document unit- Specified by:
setCommentin interfaceRWUnitInfo
-
getTarget
public WebObjectInfo getTarget()
Description copied from interface:RWUnitInfoget 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:
getTargetin interfaceRWUnitInfo- Returns:
- the target(attribute and metric) of this document unit
-
setTarget
public void setTarget(WebObjectInfo _target)
Description copied from interface:RWUnitInfoset the target(attribute and metric) of this document unit- Specified by:
setTargetin interfaceRWUnitInfo
-
_getObKey
public java.lang.Object _getObKey()
- Specified by:
_getObKeyin 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
-
-