Package com.seeq.model
Class ItemFinderConfigurationV1
java.lang.Object
com.seeq.model.ItemFinderConfigurationV1
The list of configurations for finding items
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of finder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
finderType
(ItemFinderConfigurationV1.FinderTypeEnum finderType) The type of finderIf true the items found by this configuration will be included in the output, if false then the results will be excluded from the output (even if found by another finder configuration)Used if finder type is SwapAcrossAssets, this specifies the ID of the root asset whose immediate children will be iterated.Used if finder type is SwapAcrossAssets, this specifies the ID of the formula item that will be swapped with each asset beneath the root.int
hashCode()
rootAssetId
(String rootAssetId) void
void
setIsInclude
(Boolean isInclude) void
setRootAssetId
(String rootAssetId) void
setSwapItemId
(String swapItemId) swapItemId
(String swapItemId) toString()
-
Constructor Details
-
ItemFinderConfigurationV1
public ItemFinderConfigurationV1()
-
-
Method Details
-
finderType
-
getFinderType
The type of finder- Returns:
- finderType
-
setFinderType
-
isInclude
-
getIsInclude
If true the items found by this configuration will be included in the output, if false then the results will be excluded from the output (even if found by another finder configuration)- Returns:
- isInclude
-
setIsInclude
-
rootAssetId
-
getRootAssetId
Used if finder type is SwapAcrossAssets, this specifies the ID of the root asset whose immediate children will be iterated.- Returns:
- rootAssetId
-
setRootAssetId
-
swapItemId
-
getSwapItemId
Used if finder type is SwapAcrossAssets, this specifies the ID of the formula item that will be swapped with each asset beneath the root. Each successful swap will be added to the list of found items- Returns:
- swapItemId
-
setSwapItemId
-
equals
-
hashCode
public int hashCode() -
toString
-