com.liferay.portlet.mobiledevicerules.model
Class MDRActionSoap
java.lang.Object
com.liferay.portlet.mobiledevicerules.model.MDRActionSoap
- All Implemented Interfaces:
- Serializable
public class MDRActionSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portlet.mobiledevicerules.service.http.MDRActionServiceSoap
.
- See Also:
com.liferay.portlet.mobiledevicerules.service.http.MDRActionServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDRActionSoap
public MDRActionSoap()
toSoapModel
public static MDRActionSoap toSoapModel(MDRAction model)
toSoapModels
public static MDRActionSoap[] toSoapModels(MDRAction[] models)
toSoapModels
public static MDRActionSoap[][] toSoapModels(MDRAction[][] models)
toSoapModels
public static MDRActionSoap[] toSoapModels(List<MDRAction> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUuid
public String getUuid()
setUuid
public void setUuid(String uuid)
getActionId
public long getActionId()
setActionId
public void setActionId(long actionId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getModifiedDate
public Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getClassNameId
public long getClassNameId()
setClassNameId
public void setClassNameId(long classNameId)
getClassPK
public long getClassPK()
setClassPK
public void setClassPK(long classPK)
getRuleGroupInstanceId
public long getRuleGroupInstanceId()
setRuleGroupInstanceId
public void setRuleGroupInstanceId(long ruleGroupInstanceId)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getType
public String getType()
setType
public void setType(String type)
getTypeSettings
public String getTypeSettings()
setTypeSettings
public void setTypeSettings(String typeSettings)