java.lang.Object
com.liferay.analytics.dxp.entity.rest.dto.v1_0.AssetEntity
All Implemented Interfaces:
Serializable

@Generated("") public class AssetEntity extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • assetCategoryIds

      protected Long[] assetCategoryIds
    • assetTagNames

      protected String[] assetTagNames
    • className

      protected String className
    • classPK

      protected Long classPK
    • classTypeId

      protected Long classTypeId
    • classTypeName

      protected String classTypeName
    • createDate

      protected Date createDate
    • expirationDate

      protected Date expirationDate
    • groupId

      protected Long groupId
    • id

      protected Long id
    • modifiedDate

      protected Date modifiedDate
    • publishDate

      protected Date publishDate
    • title

      protected String title
    • xClassName

      public String xClassName
  • Constructor Details

    • AssetEntity

      public AssetEntity()
  • Method Details

    • toDTO

      public static AssetEntity toDTO(String json)
    • unsafeToDTO

      public static AssetEntity unsafeToDTO(String json)
    • getAssetCategoryIds

      public Long[] getAssetCategoryIds()
    • setAssetCategoryIds

      public void setAssetCategoryIds(Long[] assetCategoryIds)
    • setAssetCategoryIds

      public void setAssetCategoryIds(com.liferay.petra.function.UnsafeSupplier<Long[],Exception> assetCategoryIdsUnsafeSupplier)
    • getAssetTagNames

      public String[] getAssetTagNames()
    • setAssetTagNames

      public void setAssetTagNames(String[] assetTagNames)
    • setAssetTagNames

      public void setAssetTagNames(com.liferay.petra.function.UnsafeSupplier<String[],Exception> assetTagNamesUnsafeSupplier)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • setClassName

      public void setClassName(com.liferay.petra.function.UnsafeSupplier<String,Exception> classNameUnsafeSupplier)
    • getClassPK

      public Long getClassPK()
    • setClassPK

      public void setClassPK(Long classPK)
    • setClassPK

      public void setClassPK(com.liferay.petra.function.UnsafeSupplier<Long,Exception> classPKUnsafeSupplier)
    • getClassTypeId

      public Long getClassTypeId()
    • setClassTypeId

      public void setClassTypeId(Long classTypeId)
    • setClassTypeId

      public void setClassTypeId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> classTypeIdUnsafeSupplier)
    • getClassTypeName

      public String getClassTypeName()
    • setClassTypeName

      public void setClassTypeName(String classTypeName)
    • setClassTypeName

      public void setClassTypeName(com.liferay.petra.function.UnsafeSupplier<String,Exception> classTypeNameUnsafeSupplier)
    • getCreateDate

      public Date getCreateDate()
    • setCreateDate

      public void setCreateDate(Date createDate)
    • setCreateDate

      public void setCreateDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> createDateUnsafeSupplier)
    • getExpirationDate

      public Date getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
    • setExpirationDate

      public void setExpirationDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> expirationDateUnsafeSupplier)
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • setGroupId

      public void setGroupId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> groupIdUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getModifiedDate

      public Date getModifiedDate()
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
    • setModifiedDate

      public void setModifiedDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> modifiedDateUnsafeSupplier)
    • getPublishDate

      public Date getPublishDate()
    • setPublishDate

      public void setPublishDate(Date publishDate)
    • setPublishDate

      public void setPublishDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> publishDateUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> titleUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object