Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.model
Interface MDRRule

All Superinterfaces:
AuditedModel, BaseModel<MDRRule>, ClassedModel, Cloneable, Comparable<MDRRule>, GroupedModel, MDRRuleModel, PersistedModel, Serializable
All Known Implementing Classes:
MDRRuleWrapper

public interface MDRRule
extends MDRRuleModel, PersistedModel

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

See Also:
MDRRuleModel, MDRRuleImpl, MDRRuleModelImpl

Method Summary
 UnicodeProperties getTypeSettingsProperties()
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this m d r rule.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portlet.mobiledevicerules.model.MDRRuleModel
clone, compareTo, getCompanyId, getCreateDate, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getRuleGroupId, getRuleId, getType, getTypeSettings, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setRuleGroupId, setRuleId, 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: MDRRuleModel
Sets the type settings of this m d r rule.

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

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.1.2-ce-ga3