Package com.seeq.model
Class ItemPreviewV1
java.lang.Object
com.seeq.model.ItemPreviewV1
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 itemint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
void
setTranslationKey
(String translationKey) void
toString()
translationKey
(String translationKey)
-
Constructor Details
-
ItemPreviewV1
public ItemPreviewV1()
-
-
Method Details
-
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
-