79 return $this->
getData(self::BOOKMARK_ID);
89 return $this->
getData(self::USER_ID);
99 return $this->
getData(self::BOOKMARKSPACE);
109 return $this->
getData(self::IDENTIFIER);
119 return (
bool)$this->
getData(self::CURRENT);
129 return $this->
getData(self::TITLE);
141 return $this->serializer->unserialize(
$config);
153 return $this->
getData(self::CREATED_AT);
163 return $this->
getData(self::UPDATED_AT);
174 return $this->
setData(self::BOOKMARK_ID,
$id);
185 return $this->
setData(self::USER_ID, $userId);
196 return $this->
setData(self::BOOKMARKSPACE, $namespace);
207 return $this->
setData(self::IDENTIFIER, $identifier);
218 return $this->
setData(self::CURRENT, $isCurrent);
251 return $this->
setData(self::CREATED_AT, $createdAt);
262 return $this->
setData(self::UPDATED_AT, $updatedAt);
__construct(Context $context, Registry $registry, ExtensionAttributesFactory $extensionFactory, AttributeValueFactory $customAttributeFactory, ResourceBookmark $resource, Collection $resourceCollection, DecoderInterface $jsonDecoder, array $data=[], \Magento\Framework\Serialize\Serializer\Json $serializer=null)
_getExtensionAttributes()
_setExtensionAttributes(\Magento\Framework\Api\ExtensionAttributesInterface $extensionAttributes)
setIdentifier($identifier)
setExtensionAttributes(\Magento\Ui\Api\Data\BookmarkExtensionInterface $extensionAttributes)
getData($key='', $index=null)
setData($key, $value=null)