Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.model
Interface MDRAction

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<MDRAction>, ClassedModel, Cloneable, Comparable<MDRAction>, GroupedModel, MDRActionModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TypedModel
All Known Implementing Classes:
MDRActionWrapper

@ProviderType
public interface MDRAction
extends MDRActionModel, PersistedModel

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

See Also:
MDRActionModel, MDRActionImpl, MDRActionModelImpl

Method Summary
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRActionModel
clone, compareTo, getActionId, getAvailableLanguageIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getRuleGroupInstanceId, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setActionId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, setType, setTypeSettings, 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.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2-ce-ga5