|
|||||||||
PREV CLASS NEXT CLASS | FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.analytics.openusage.ManagedDimension
Managed dimension object. Maps to a managed dimension in the system.
Method Summary | |
com.plumtree.openfoundation.util.XPHashtable |
getProperties()
Gets the properties as a hashtable |
java.lang.Object |
">getProperty(java.lang.String propertyName)
Gets the property with the given propertyName |
void |
setLongAsDateProperty(java.lang.String propertyName,
java.lang.Long value)
Set a Date property using a Long value |
void |
setProperty(java.lang.String propertyName,
java.lang.Boolean value)
Set a Date property value |
void |
setProperty(java.lang.String propertyName,
java.lang.Double value)
Set a Double property value |
void |
setProperty(java.lang.String propertyName,
java.lang.Float value)
Set a Float property value |
void |
setProperty(java.lang.String propertyName,
java.lang.Integer value)
Set an Integer property value |
void |
setProperty(java.lang.String propertyName,
java.lang.Long value)
Set a Long property value |
void |
setProperty(java.lang.String propertyName,
java.lang.String value)
Set a String property value |
void |
setProperty(java.lang.String propertyName,
com.plumtree.openfoundation.util.XPDateTime value)
Set a Date property value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ManagedDimension(com.plumtree.openfoundation.util.XPHashtable properties)
Method Detail |
public void setProperty(java.lang.String propertyName, java.lang.String value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, java.lang.Integer value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, java.lang.Long value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, java.lang.Double value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, java.lang.Float value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, com.plumtree.openfoundation.util.XPDateTime value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setProperty(java.lang.String propertyName, java.lang.Boolean value)
propertyName
- the name of the propertyvalue
- the value to setpublic void setLongAsDateProperty(java.lang.String propertyName, java.lang.Long value)
propertyName
- the name of the propertyvalue
- the value to setpublic java.lang.Object getProperty(java.lang.String propertyName)
propertyName
-
public com.plumtree.openfoundation.util.XPHashtable getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |