Liferay 7.0-ga1 portal-impl

com.liferay.portlet.documentlibrary.asset
Class DLFileEntryClassType

java.lang.Object
  extended by com.liferay.asset.kernel.model.DDMStructureClassType
      extended by com.liferay.portlet.documentlibrary.asset.DLFileEntryClassType
All Implemented Interfaces:
com.liferay.asset.kernel.model.ClassType

public class DLFileEntryClassType
extends com.liferay.asset.kernel.model.DDMStructureClassType


Constructor Summary
DLFileEntryClassType(long classTypeId, String classTypeName, String languageId)
           
 
Method Summary
 List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields()
           
 
Methods inherited from class com.liferay.asset.kernel.model.DDMStructureClassType
getClassTypeField, getClassTypeFields, getClassTypeFields, getClassTypeFieldsCount, getClassTypeId, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryClassType

public DLFileEntryClassType(long classTypeId,
                            String classTypeName,
                            String languageId)
Method Detail

getClassTypeFields

public List<com.liferay.asset.kernel.model.ClassTypeField> getClassTypeFields()
                                                                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getClassTypeFields in interface com.liferay.asset.kernel.model.ClassType
Overrides:
getClassTypeFields in class com.liferay.asset.kernel.model.DDMStructureClassType
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl