Class AssetEntity
java.lang.Object
com.liferay.analytics.dxp.entity.rest.dto.v1_0.AssetEntity
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanLong[]String[]getId()getTitle()inthashCode()voidsetAssetCategoryIds(com.liferay.petra.function.UnsafeSupplier<Long[], Exception> assetCategoryIdsUnsafeSupplier) voidsetAssetCategoryIds(Long[] assetCategoryIds) voidsetAssetTagNames(com.liferay.petra.function.UnsafeSupplier<String[], Exception> assetTagNamesUnsafeSupplier) voidsetAssetTagNames(String[] assetTagNames) voidsetClassName(com.liferay.petra.function.UnsafeSupplier<String, Exception> classNameUnsafeSupplier) voidsetClassName(String className) voidsetClassPK(com.liferay.petra.function.UnsafeSupplier<Long, Exception> classPKUnsafeSupplier) voidsetClassPK(Long classPK) voidsetClassTypeId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> classTypeIdUnsafeSupplier) voidsetClassTypeId(Long classTypeId) voidsetClassTypeName(com.liferay.petra.function.UnsafeSupplier<String, Exception> classTypeNameUnsafeSupplier) voidsetClassTypeName(String classTypeName) voidsetCreateDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> createDateUnsafeSupplier) voidsetCreateDate(Date createDate) voidsetExpirationDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> expirationDateUnsafeSupplier) voidsetExpirationDate(Date expirationDate) voidsetGroupId(com.liferay.petra.function.UnsafeSupplier<Long, Exception> groupIdUnsafeSupplier) voidsetGroupId(Long groupId) voidvoidvoidsetModifiedDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> modifiedDateUnsafeSupplier) voidsetModifiedDate(Date modifiedDate) voidsetPublishDate(com.liferay.petra.function.UnsafeSupplier<Date, Exception> publishDateUnsafeSupplier) voidsetPublishDate(Date publishDate) voidvoidstatic AssetEntitytoString()static AssetEntityunsafeToDTO(String json)
-
Field Details
-
assetCategoryIds
-
assetTagNames
-
className
-
classPK
-
classTypeId
-
classTypeName
-
createDate
-
expirationDate
-
groupId
-
id
-
modifiedDate
-
publishDate
-
title
-
xClassName
-
-
Constructor Details
-
AssetEntity
public AssetEntity()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAssetCategoryIds
-
setAssetCategoryIds
-
setAssetCategoryIds
-
getAssetTagNames
-
setAssetTagNames
-
setAssetTagNames
-
getClassName
-
setClassName
-
setClassName
-
getClassPK
-
setClassPK
-
setClassPK
-
getClassTypeId
-
setClassTypeId
-
setClassTypeId
-
getClassTypeName
-
setClassTypeName
-
setClassTypeName
-
getCreateDate
-
setCreateDate
-
setCreateDate
-
getExpirationDate
-
setExpirationDate
-
setExpirationDate
-
getGroupId
-
setGroupId
-
setGroupId
-
getId
-
setId
-
setId
-
getModifiedDate
-
setModifiedDate
-
setModifiedDate
-
getPublishDate
-
setPublishDate
-
setPublishDate
-
getTitle
-
setTitle
-
setTitle
-
equals
-
hashCode
public int hashCode() -
toString
-