Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.asset
Class DLFileEntryClassType

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

public class DLFileEntryClassType
extends DDMStructureClassType


Constructor Summary
DLFileEntryClassType(long classTypeId, String classTypeName, String languageId)
           
 
Method Summary
 List<ClassTypeField> getClassTypeFields()
           
 
Methods inherited from class com.liferay.portlet.asset.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<ClassTypeField> getClassTypeFields()
                                        throws PortalException
Specified by:
getClassTypeFields in interface ClassType
Overrides:
getClassTypeFields in class DDMStructureClassType
Throws:
PortalException

Liferay 7.0-ce-b4