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 boolean
equals(java.lang.Object obj)
int
getKey()
WebDisplayUnit
getValue()
int
hashCode()
-
-
-
Method Detail
-
getKey
int getKey()
-
getValue
WebDisplayUnit getValue()
-
hashCode
int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-