Liferay 6.2.0-ce-m3

com.liferay.portlet.dynamicdatamapping.model
Interface DDMTemplate

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<DDMTemplate>, ClassedModel, Cloneable, Comparable<DDMTemplate>, DDMTemplateModel, GroupedModel, PersistedModel, Serializable, StagedModel
All Known Implementing Classes:
DDMTemplateWrapper

public interface DDMTemplate
extends DDMTemplateModel, PersistedModel

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

See Also:
DDMTemplateModel, DDMTemplateImpl, DDMTemplateModelImpl

Method Summary
 String getDefaultLanguageId()
           
 String getSmallImageType()
           
 void setSmallImageType(String smallImageType)
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMTemplateModel
clone, compareTo, getCacheable, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getLanguage, getMode, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getScript, getSmallImage, getSmallImageId, getSmallImageURL, getTemplateId, getTemplateKey, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCacheable, isCachedModel, isEscapedModel, isNew, isSmallImage, prepareLocalizedFieldsForImport, setCacheable, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setLanguage, setMode, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setScript, setSmallImage, setSmallImageId, setSmallImageURL, setTemplateId, setTemplateKey, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, 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

getDefaultLanguageId

String getDefaultLanguageId()

getSmallImageType

String getSmallImageType()
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

setSmallImageType

void setSmallImageType(String smallImageType)

Liferay 6.2.0-ce-m3