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 SummaryModifier 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- 
createCreates and returns anIDimensionValueobject with the specified identifier and display name.- Parameters:
- id- The identifier for the new dimension value, which must not be- nullor empty.
- displayName- The display name for the new dimension value, which must not be- nullor empty.
- Returns:
- See above.
 
- 
createCreates and returns anIDimensionValueobject with the specified identifier, display name, and description.- Parameters:
- id- The identifier for the new dimension value, which must not be- nullor empty.
- displayName- The display name for the new dimension value, which must not be- nullor empty.
- description- The description for the dimension value.
- Returns:
- See above.
 
- 
getIdDescription copied from interface:IDimensionValueGets the identifier of the security dimension value.- Specified by:
- getIdin interface- IDimensionValue
- Returns:
- See above.
 
- 
getDisplayNameDescription copied from interface:IDimensionValueGets the display name of the security dimension value.- Specified by:
- getDisplayNamein interface- IDimensionValue
- Returns:
- See above.
 
- 
getDescriptionDescription copied from interface:IDimensionValueGets the description of the security dimension value.- Specified by:
- getDescriptionin interface- IDimensionValue
- Returns:
- See above.
 
 
-