Liferay 7.0-ce-b4

com.liferay.portlet.mobiledevicerules
Interface MDRRuleGroupInstance


public interface MDRRuleGroupInstance


Method Summary
 Object clone()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 ExpandoBridge getExpandoBridge()
           
 long getGroupId()
           
 Date getLastPublishDate()
           
 Map<String,Object> getModelAttributes()
           
 Date getModifiedDate()
           
 long getPrimaryKey()
           
 int getPriority()
           
 long getRuleGroupId()
           
 long getRuleGroupInstanceId()
           
 StagedModelType getStagedModelType()
           
 long getUserId()
           
 String getUserName()
           
 String getUserUuid()
           
 String getUuid()
           
 

Method Detail

clone

Object clone()

getCompanyId

long getCompanyId()

getCreateDate

Date getCreateDate()

getExpandoBridge

ExpandoBridge getExpandoBridge()

getGroupId

long getGroupId()

getLastPublishDate

Date getLastPublishDate()

getModelAttributes

Map<String,Object> getModelAttributes()

getModifiedDate

Date getModifiedDate()

getPrimaryKey

long getPrimaryKey()

getPriority

int getPriority()

getRuleGroupId

long getRuleGroupId()

getRuleGroupInstanceId

long getRuleGroupInstanceId()

getStagedModelType

StagedModelType getStagedModelType()

getUserId

long getUserId()

getUserName

String getUserName()

getUserUuid

String getUserUuid()

getUuid

String getUuid()

Liferay 7.0-ce-b4