Package com.seeq.model
Class ItemParameterOfOutputV1
java.lang.Object
com.seeq.model.ItemParameterOfOutputV1
The dependencies of the item, direct and indirect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAncestorsItem
(ItemPreviewV1 ancestorsItem) addParameterOfItem
(ItemPreviewWithAssetsV1 parameterOfItem) ancestors
(List<ItemPreviewV1> ancestors) boolean
The list of ancestors in the asset tree, ordered with the root ancestor first, if the item is in an asset tree.A boolean indicating whether or not child items exist for this item in the asset tree; the value will be true even if the child items are archived unless the tree for this item is deleted.getId()
The ID that can be used to interact with the itemWhether item is archivedWhether the item is generatedWhether item is redactedgetName()
The human readable nameFormula items in the dependency list that use this itemThe item's translation key, if anygetType()
The type of the itemhasChildren
(Boolean hasChildren) int
hashCode()
isArchived
(Boolean isArchived) isGenerated
(Boolean isGenerated) isRedacted
(Boolean isRedacted) parameterOf
(List<ItemPreviewWithAssetsV1> parameterOf) void
setAncestors
(List<ItemPreviewV1> ancestors) void
setHasChildren
(Boolean hasChildren) void
void
setIsArchived
(Boolean isArchived) void
setIsGenerated
(Boolean isGenerated) void
setIsRedacted
(Boolean isRedacted) void
void
setParameterOf
(List<ItemPreviewWithAssetsV1> parameterOf) void
setTranslationKey
(String translationKey) void
toString()
translationKey
(String translationKey)
-
Constructor Details
-
ItemParameterOfOutputV1
public ItemParameterOfOutputV1()
-
-
Method Details
-
ancestors
-
addAncestorsItem
-
getAncestors
The list of ancestors in the asset tree, ordered with the root ancestor first, if the item is in an asset tree. If an item is in more than one asset tree an arbitrary one will be chosen.- Returns:
- ancestors
-
setAncestors
-
hasChildren
-
getHasChildren
A boolean indicating whether or not child items exist for this item in the asset tree; the value will be true even if the child items are archived unless the tree for this item is deleted.- Returns:
- hasChildren
-
setHasChildren
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isGenerated
-
getIsGenerated
Whether the item is generated- Returns:
- isGenerated
-
setIsGenerated
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
parameterOf
-
addParameterOfItem
-
getParameterOf
Formula items in the dependency list that use this item- Returns:
- parameterOf
-
setParameterOf
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-