Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.model
Class MDRRuleGroupInstanceWrapper

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupInstanceWrapper
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<MDRRuleGroupInstance>, ClassedModel, GroupedModel, ModelWrapper<MDRRuleGroupInstance>, PersistedModel, MDRRuleGroupInstance, MDRRuleGroupInstanceModel, Serializable, Cloneable, Comparable<MDRRuleGroupInstance>

public class MDRRuleGroupInstanceWrapper
extends Object
implements MDRRuleGroupInstance, ModelWrapper<MDRRuleGroupInstance>

This class is a wrapper for MDRRuleGroupInstance.

See Also:
MDRRuleGroupInstance, Serialized Form

Constructor Summary
MDRRuleGroupInstanceWrapper(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
           
 boolean equals(Object obj)
           
 List<MDRAction> getActions()
           
 String getClassName()
          Returns the fully qualified class name of this m d r rule group instance.
 long getClassNameId()
          Returns the class name ID of this m d r rule group instance.
 long getClassPK()
          Returns the class p k of this m d r rule group instance.
 long getCompanyId()
          Returns the company ID of this m d r rule group instance.
 Date getCreateDate()
          Returns the create date of this m d r rule group instance.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this m d r rule group instance.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this m d r rule group instance.
 long getPrimaryKey()
          Returns the primary key of this m d r rule group instance.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 int getPriority()
          Returns the priority of this m d r rule group instance.
 MDRRuleGroup getRuleGroup()
           
 long getRuleGroupId()
          Returns the rule group ID of this m d r rule group instance.
 long getRuleGroupInstanceId()
          Returns the rule group instance ID of this m d r rule group instance.
 long getUserId()
          Returns the user ID of this m d r rule group instance.
 String getUserName()
          Returns the user name of this m d r rule group instance.
 String getUserUuid()
          Returns the user uuid of this m d r rule group instance.
 String getUuid()
          Returns the uuid of this m d r rule group instance.
 MDRRuleGroupInstance getWrappedMDRRuleGroupInstance()
          Deprecated. Renamed to getWrappedModel()
 MDRRuleGroupInstance getWrappedModel()
           
 int hashCode()
           
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 void setClassName(String className)
           
 void setClassNameId(long classNameId)
          Sets the class name ID of this m d r rule group instance.
 void setClassPK(long classPK)
          Sets the class p k of this m d r rule group instance.
 void setCompanyId(long companyId)
          Sets the company ID of this m d r rule group instance.
 void setCreateDate(Date createDate)
          Sets the create date of this m d r rule group instance.
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
 void setGroupId(long groupId)
          Sets the group ID of this m d r rule group instance.
 void setModelAttributes(Map<String,Object> attributes)
           
 void setModifiedDate(Date modifiedDate)
          Sets the modified date of this m d r rule group instance.
 void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this m d r rule group instance.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setPriority(int priority)
          Sets the priority of this m d r rule group instance.
 void setRuleGroupId(long ruleGroupId)
          Sets the rule group ID of this m d r rule group instance.
 void setRuleGroupInstanceId(long ruleGroupInstanceId)
          Sets the rule group instance ID of this m d r rule group instance.
 void setUserId(long userId)
          Sets the user ID of this m d r rule group instance.
 void setUserName(String userName)
          Sets the user name of this m d r rule group instance.
 void setUserUuid(String userUuid)
          Sets the user uuid of this m d r rule group instance.
 void setUuid(String uuid)
          Sets the uuid of this m d r rule group instance.
 CacheModel<MDRRuleGroupInstance> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 MDRRuleGroupInstance toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 MDRRuleGroupInstance toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDRRuleGroupInstanceWrapper

public MDRRuleGroupInstanceWrapper(MDRRuleGroupInstance mdrRuleGroupInstance)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<MDRRuleGroupInstance>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<MDRRuleGroupInstance>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this m d r rule group instance.

Specified by:
getPrimaryKey in interface MDRRuleGroupInstanceModel
Returns:
the primary key of this m d r rule group instance

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this m d r rule group instance.

Specified by:
setPrimaryKey in interface MDRRuleGroupInstanceModel
Parameters:
primaryKey - the primary key of this m d r rule group instance

getUuid

public String getUuid()
Returns the uuid of this m d r rule group instance.

Specified by:
getUuid in interface MDRRuleGroupInstanceModel
Returns:
the uuid of this m d r rule group instance

setUuid

public void setUuid(String uuid)
Sets the uuid of this m d r rule group instance.

Specified by:
setUuid in interface MDRRuleGroupInstanceModel
Parameters:
uuid - the uuid of this m d r rule group instance

getRuleGroupInstanceId

public long getRuleGroupInstanceId()
Returns the rule group instance ID of this m d r rule group instance.

Specified by:
getRuleGroupInstanceId in interface MDRRuleGroupInstanceModel
Returns:
the rule group instance ID of this m d r rule group instance

setRuleGroupInstanceId

public void setRuleGroupInstanceId(long ruleGroupInstanceId)
Sets the rule group instance ID of this m d r rule group instance.

Specified by:
setRuleGroupInstanceId in interface MDRRuleGroupInstanceModel
Parameters:
ruleGroupInstanceId - the rule group instance ID of this m d r rule group instance

getGroupId

public long getGroupId()
Returns the group ID of this m d r rule group instance.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface MDRRuleGroupInstanceModel
Returns:
the group ID of this m d r rule group instance

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this m d r rule group instance.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface MDRRuleGroupInstanceModel
Parameters:
groupId - the group ID of this m d r rule group instance

getCompanyId

public long getCompanyId()
Returns the company ID of this m d r rule group instance.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface MDRRuleGroupInstanceModel
Returns:
the company ID of this m d r rule group instance

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this m d r rule group instance.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface MDRRuleGroupInstanceModel
Parameters:
companyId - the company ID of this m d r rule group instance

getUserId

public long getUserId()
Returns the user ID of this m d r rule group instance.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface MDRRuleGroupInstanceModel
Returns:
the user ID of this m d r rule group instance

setUserId

public void setUserId(long userId)
Sets the user ID of this m d r rule group instance.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface MDRRuleGroupInstanceModel
Parameters:
userId - the user ID of this m d r rule group instance

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this m d r rule group instance.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface MDRRuleGroupInstanceModel
Returns:
the user uuid of this m d r rule group instance
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this m d r rule group instance.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface MDRRuleGroupInstanceModel
Parameters:
userUuid - the user uuid of this m d r rule group instance

getUserName

public String getUserName()
Returns the user name of this m d r rule group instance.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface MDRRuleGroupInstanceModel
Returns:
the user name of this m d r rule group instance

setUserName

public void setUserName(String userName)
Sets the user name of this m d r rule group instance.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface MDRRuleGroupInstanceModel
Parameters:
userName - the user name of this m d r rule group instance

getCreateDate

public Date getCreateDate()
Returns the create date of this m d r rule group instance.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface MDRRuleGroupInstanceModel
Returns:
the create date of this m d r rule group instance

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this m d r rule group instance.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface MDRRuleGroupInstanceModel
Parameters:
createDate - the create date of this m d r rule group instance

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this m d r rule group instance.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface MDRRuleGroupInstanceModel
Returns:
the modified date of this m d r rule group instance

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this m d r rule group instance.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface MDRRuleGroupInstanceModel
Parameters:
modifiedDate - the modified date of this m d r rule group instance

getClassName

public String getClassName()
Returns the fully qualified class name of this m d r rule group instance.

Specified by:
getClassName in interface AttachedModel
Specified by:
getClassName in interface MDRRuleGroupInstanceModel
Returns:
the fully qualified class name of this m d r rule group instance

setClassName

public void setClassName(String className)
Specified by:
setClassName in interface MDRRuleGroupInstanceModel

getClassNameId

public long getClassNameId()
Returns the class name ID of this m d r rule group instance.

Specified by:
getClassNameId in interface AttachedModel
Specified by:
getClassNameId in interface MDRRuleGroupInstanceModel
Returns:
the class name ID of this m d r rule group instance

setClassNameId

public void setClassNameId(long classNameId)
Sets the class name ID of this m d r rule group instance.

Specified by:
setClassNameId in interface AttachedModel
Specified by:
setClassNameId in interface MDRRuleGroupInstanceModel
Parameters:
classNameId - the class name ID of this m d r rule group instance

getClassPK

public long getClassPK()
Returns the class p k of this m d r rule group instance.

Specified by:
getClassPK in interface AttachedModel
Specified by:
getClassPK in interface MDRRuleGroupInstanceModel
Returns:
the class p k of this m d r rule group instance

setClassPK

public void setClassPK(long classPK)
Sets the class p k of this m d r rule group instance.

Specified by:
setClassPK in interface AttachedModel
Specified by:
setClassPK in interface MDRRuleGroupInstanceModel
Parameters:
classPK - the class p k of this m d r rule group instance

getRuleGroupId

public long getRuleGroupId()
Returns the rule group ID of this m d r rule group instance.

Specified by:
getRuleGroupId in interface MDRRuleGroupInstanceModel
Returns:
the rule group ID of this m d r rule group instance

setRuleGroupId

public void setRuleGroupId(long ruleGroupId)
Sets the rule group ID of this m d r rule group instance.

Specified by:
setRuleGroupId in interface MDRRuleGroupInstanceModel
Parameters:
ruleGroupId - the rule group ID of this m d r rule group instance

getPriority

public int getPriority()
Returns the priority of this m d r rule group instance.

Specified by:
getPriority in interface MDRRuleGroupInstanceModel
Returns:
the priority of this m d r rule group instance

setPriority

public void setPriority(int priority)
Sets the priority of this m d r rule group instance.

Specified by:
setPriority in interface MDRRuleGroupInstanceModel
Parameters:
priority - the priority of this m d r rule group instance

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<MDRRuleGroupInstance>
Specified by:
isNew in interface MDRRuleGroupInstanceModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<MDRRuleGroupInstance>
Specified by:
setNew in interface MDRRuleGroupInstanceModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
isCachedModel in interface MDRRuleGroupInstanceModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
setCachedModel in interface MDRRuleGroupInstanceModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
isEscapedModel in interface MDRRuleGroupInstanceModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<MDRRuleGroupInstance>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface MDRRuleGroupInstanceModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<MDRRuleGroupInstance>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface MDRRuleGroupInstanceModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<MDRRuleGroupInstance>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface MDRRuleGroupInstanceModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<MDRRuleGroupInstance>
Specified by:
setExpandoBridgeAttributes in interface MDRRuleGroupInstanceModel
Parameters:
serviceContext - the service context
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<MDRRuleGroupInstance>
Specified by:
clone in interface MDRRuleGroupInstanceModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(MDRRuleGroupInstance mdrRuleGroupInstance)
Specified by:
compareTo in interface MDRRuleGroupInstanceModel
Specified by:
compareTo in interface Comparable<MDRRuleGroupInstance>

hashCode

public int hashCode()
Specified by:
hashCode in interface MDRRuleGroupInstanceModel
Overrides:
hashCode in class Object

toCacheModel

public CacheModel<MDRRuleGroupInstance> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
toCacheModel in interface MDRRuleGroupInstanceModel
Returns:
the cache model object

toEscapedModel

public MDRRuleGroupInstance toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
toEscapedModel in interface MDRRuleGroupInstanceModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public MDRRuleGroupInstance toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<MDRRuleGroupInstance>
Specified by:
toUnescapedModel in interface MDRRuleGroupInstanceModel

toString

public String toString()
Specified by:
toString in interface MDRRuleGroupInstanceModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<MDRRuleGroupInstance>
Specified by:
toXmlString in interface MDRRuleGroupInstanceModel
Returns:
the XML representation of this model instance

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

getActions

public List<MDRAction> getActions()
                           throws SystemException
Specified by:
getActions in interface MDRRuleGroupInstance
Throws:
SystemException

getRuleGroup

public MDRRuleGroup getRuleGroup()
                          throws PortalException,
                                 SystemException
Specified by:
getRuleGroup in interface MDRRuleGroupInstance
Throws:
PortalException
SystemException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getWrappedMDRRuleGroupInstance

public MDRRuleGroupInstance getWrappedMDRRuleGroupInstance()
Deprecated. Renamed to getWrappedModel()


getWrappedModel

public MDRRuleGroupInstance getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<MDRRuleGroupInstance>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<MDRRuleGroupInstance>

Liferay 6.1.2-ce-ga3