Liferay 6.2-ce-ga5

com.liferay.portlet.mobiledevicerules.model
Class MDRRuleGroupSoap

java.lang.Object
  extended by com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupSoap
All Implemented Interfaces:
Serializable

public class MDRRuleGroupSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically MDRRuleGroupServiceSoap.

See Also:
MDRRuleGroupServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
MDRRuleGroupSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 long getGroupId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getRuleGroupId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setGroupId(long groupId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setRuleGroupId(long ruleGroupId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static MDRRuleGroupSoap toSoapModel(MDRRuleGroup model)
           
static MDRRuleGroupSoap[] toSoapModels(List<MDRRuleGroup> models)
           
static MDRRuleGroupSoap[] toSoapModels(MDRRuleGroup[] models)
           
static MDRRuleGroupSoap[][] toSoapModels(MDRRuleGroup[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDRRuleGroupSoap

public MDRRuleGroupSoap()
Method Detail

toSoapModel

public static MDRRuleGroupSoap toSoapModel(MDRRuleGroup model)

toSoapModels

public static MDRRuleGroupSoap[] toSoapModels(MDRRuleGroup[] models)

toSoapModels

public static MDRRuleGroupSoap[][] toSoapModels(MDRRuleGroup[][] models)

toSoapModels

public static MDRRuleGroupSoap[] toSoapModels(List<MDRRuleGroup> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getRuleGroupId

public long getRuleGroupId()

setRuleGroupId

public void setRuleGroupId(long ruleGroupId)

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)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Liferay 6.2-ce-ga5