com.liferay.portlet.documentlibrary.model
Interface DLFileEntryType

All Superinterfaces:
AuditedModel, BaseModel<DLFileEntryType>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<DLFileEntryType>, DLFileEntryTypeModel, GroupedModel, PersistedModel, java.io.Serializable
All Known Implementing Classes:
DLFileEntryTypeWrapper

public interface DLFileEntryType
extends DLFileEntryTypeModel, PersistedModel

The extended model interface for the DLFileEntryType service. Represents a row in the "DLFileEntryType" database table, with each column mapped to a property of this class.

Author:
Brian Wing Shun Chan
See Also:
DLFileEntryTypeModel, DLFileEntryTypeImpl, DLFileEntryTypeModelImpl
Generated:

Method Summary
 java.util.List<DDMStructure> getDDMStructures()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileEntryTypeModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFileEntryTypeId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setFileEntryTypeId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getDDMStructures

java.util.List<DDMStructure> getDDMStructures()
                                              throws SystemException
Throws:
SystemException