Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.model
Interface MDRAction

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

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 setTypeSettings(String typeSettings)
          Sets the type settings of this m d r action.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRActionModel
clone, compareTo, getActionId, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, 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, setActionId, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupInstanceId, 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

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

setTypeSettings

void setTypeSettings(String typeSettings)
Description copied from interface: MDRActionModel
Sets the type settings of this m d r action.

Specified by:
setTypeSettings in interface MDRActionModel
Parameters:
typeSettings - the type settings of this m d r action

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.1.2-ce-ga3