Package com.seeq.model
Class ItemPreviewWithAssetsV1
java.lang.Object
com.seeq.model.ItemPreviewWithAssetsV1
The list of all items referenced by the specified workstep and worksheet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAncestorsItem
(ItemPreviewV1 ancestorsItem) 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 item is redactedgetName()
The human readable nameThe item's translation key, if anygetType()
The type of the itemhasChildren
(Boolean hasChildren) int
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
setAncestors
(List<ItemPreviewV1> ancestors) void
setHasChildren
(Boolean hasChildren) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setTranslationKey
(String translationKey) void
toString()
translationKey
(String translationKey)
-
Constructor Details
-
ItemPreviewWithAssetsV1
public ItemPreviewWithAssetsV1()
-
-
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
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
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
-