Package com.microstrategy.web.objects
Interface WebDisplayUnitEntry
-
public interface WebDisplayUnitEntry- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetKey()WebDisplayUnitgetValue()inthashCode()
-
-
-
Method Detail
-
getKey
int getKey()
-
getValue
WebDisplayUnit getValue()
-
hashCode
int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-