Class AssetEntryType

Object
com.liferay.asset.kernel.model.AssetEntryType
All Implemented Interfaces:
Serializable

public class AssetEntryType extends Object implements Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • AssetEntryType

      public AssetEntryType()
  • Method Details

    • getClassName

      public String getClassName()
    • getClassNameId

      public long getClassNameId()
    • getPortletId

      public String getPortletId()
    • getPortletTitle

      public String getPortletTitle()
    • setClassName

      public void setClassName(String className)
    • setClassNameId

      public void setClassNameId(long classNameId)
    • setPortletId

      public void setPortletId(String portletId)
    • setPortletTitle

      public void setPortletTitle(String portletTitle)