Package com.i2group.disco.security.spi
Class DimensionValue
java.lang.Object
com.i2group.disco.security.spi.DimensionValue
- All Implemented Interfaces:
IDimensionValue
An implementation of
IDimensionValue.- Since:
- 13.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDimensionValueCreates and returns anIDimensionValueobject with the specified identifier and display name.static IDimensionValueCreates and returns anIDimensionValueobject with the specified identifier, display name, and description.Gets the description of the security dimension value.Gets the display name of the security dimension value.getId()Gets the identifier of the security dimension value.
-
Method Details
-
create
Creates and returns anIDimensionValueobject with the specified identifier and display name.- Parameters:
id- The identifier for the new dimension value, which must not benullor empty.displayName- The display name for the new dimension value, which must not benullor empty.- Returns:
- See above.
-
create
Creates and returns anIDimensionValueobject with the specified identifier, display name, and description.- Parameters:
id- The identifier for the new dimension value, which must not benullor empty.displayName- The display name for the new dimension value, which must not benullor empty.description- The description for the dimension value.- Returns:
- See above.
-
getId
Description copied from interface:IDimensionValueGets the identifier of the security dimension value.- Specified by:
getIdin interfaceIDimensionValue- Returns:
- See above.
-
getDisplayName
Description copied from interface:IDimensionValueGets the display name of the security dimension value.- Specified by:
getDisplayNamein interfaceIDimensionValue- Returns:
- See above.
-
getDescription
Description copied from interface:IDimensionValueGets the description of the security dimension value.- Specified by:
getDescriptionin interfaceIDimensionValue- Returns:
- See above.
-